Use libgtest_prod_headers.
Bug: http://b/185916167 Test: treehugger Change-Id: I9ece5926944b8c881e3a117cda2c99281c59b61e
This commit is contained in:
parent
8711f72835
commit
02a83245ef
3 changed files with 3 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ cc_defaults {
|
|||
"libcutils",
|
||||
"liblog",
|
||||
],
|
||||
static_libs: ["libgtest_prod"],
|
||||
header_libs: ["libgtest_prod_headers"],
|
||||
}
|
||||
|
||||
// bootstat static library
|
||||
|
|
|
|||
|
|
@ -184,7 +184,6 @@ cc_binary {
|
|||
|
||||
static_libs: [
|
||||
"libc++fs",
|
||||
"libgtest_prod",
|
||||
"libhealthhalutils",
|
||||
"libsnapshot_cow",
|
||||
"libsnapshot_nobinder",
|
||||
|
|
@ -193,6 +192,7 @@ cc_binary {
|
|||
|
||||
header_libs: [
|
||||
"avb_headers",
|
||||
"libgtest_prod_headers",
|
||||
"libsnapshot_headers",
|
||||
"libstorage_literals_headers",
|
||||
],
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ cc_library {
|
|||
export_header_lib_headers: [
|
||||
"libstatssocket_headers",
|
||||
],
|
||||
static_libs: ["libgtest_prod"],
|
||||
header_libs: ["libgtest_prod_headers"],
|
||||
apex_available: ["com.android.resolv"],
|
||||
min_sdk_version: "29",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue