Merge "stats: Set min_sdk_version" into rvc-dev am: 4cfdfef1bf
am: 2574b305a8
Change-Id: I1467b5818c660dc2f974c6d25f647f6b748210c0
This commit is contained in:
commit
21a07332eb
2 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@ cc_library {
|
|||
],
|
||||
static_libs: ["libgtest_prod"],
|
||||
apex_available: ["com.android.resolv"],
|
||||
min_sdk_version: "29",
|
||||
}
|
||||
|
||||
cc_test {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue