Merge "stats: Set min_sdk_version"
This commit is contained in:
commit
597559a6fc
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