Set apex_available property am: a6bcd4817c
am: eeb39177ac
Change-Id: Ic5fc3c6077e5fad1959ef9d3f9bc349bfcfe1c81
This commit is contained in:
commit
07cce803f0
|
@ -49,6 +49,7 @@ cc_library {
|
|||
"libstatssocket_headers",
|
||||
],
|
||||
static_libs: ["libgtest_prod"],
|
||||
apex_available: ["com.android.resolv"],
|
||||
}
|
||||
|
||||
cc_test {
|
||||
|
|
|
@ -85,6 +85,7 @@ cc_library_headers {
|
|||
name: "libstatssocket_headers",
|
||||
export_include_dirs: ["include"],
|
||||
host_supported: true,
|
||||
apex_available: ["com.android.resolv"],
|
||||
}
|
||||
|
||||
cc_benchmark {
|
||||
|
|
Loading…
Reference in New Issue