Merge "stats: Set min_sdk_version" into rvc-dev

This commit is contained in:
TreeHugger Robot 2020-05-04 23:11:27 +00:00 committed by Android (Google) Code Review
commit 4cfdfef1bf
2 changed files with 2 additions and 0 deletions

View file

@ -50,6 +50,7 @@ cc_library {
],
static_libs: ["libgtest_prod"],
apex_available: ["com.android.resolv"],
min_sdk_version: "29",
}
cc_test {

View file

@ -86,6 +86,7 @@ cc_library_headers {
export_include_dirs: ["include"],
host_supported: true,
apex_available: ["com.android.resolv"],
min_sdk_version: "29",
}
cc_benchmark {