Set apex_available property am: a6bcd4817c am: eeb39177ac

Change-Id: Ic5fc3c6077e5fad1959ef9d3f9bc349bfcfe1c81
This commit is contained in:
Jiyong Park 2020-04-21 11:30:11 +00:00 committed by Automerger Merge Worker
commit 07cce803f0
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -85,6 +85,7 @@ cc_library_headers {
name: "libstatssocket_headers",
export_include_dirs: ["include"],
host_supported: true,
apex_available: ["com.android.resolv"],
}
cc_benchmark {