Merge "stats: Set min_sdk_version" am: 597559a6fc
Change-Id: I40574299fdbf277bc302333265fb7f468577cbe1
This commit is contained in:
commit
0a74dbae1a
2 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ cc_library {
|
|||
export_include_dirs: ["include"],
|
||||
static_libs: ["libgtest_prod"],
|
||||
apex_available: ["com.android.resolv"],
|
||||
min_sdk_version: "29",
|
||||
}
|
||||
|
||||
cc_test {
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ cc_library_headers {
|
|||
export_include_dirs: ["include"],
|
||||
host_supported: true,
|
||||
apex_available: ["com.android.resolv"],
|
||||
min_sdk_version: "29",
|
||||
}
|
||||
|
||||
cc_benchmark {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue