Skip to content

Commit 88f3c8c

Browse files
committed
Use libgtest_prod_headers.
Bug: http://b/185916167 Test: treehugger Change-Id: Ia58cf5acc58d95b27e9e852e104e77a4b2c6bb06
1 parent 4d22ca2 commit 88f3c8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Android.bp

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ cc_defaults {
6666
],
6767
include_dirs: ["system"],
6868
local_include_dirs: ["client_library/include"],
69-
static_libs: ["libgtest_prod"],
69+
header_libs: ["libgtest_prod_headers"],
7070
shared_libs: [
7171
"libbrillo-stream",
7272
"libbrillo",
@@ -426,6 +426,7 @@ cc_binary {
426426
// TODO(deymo): Remove external/cros/system_api/dbus once the strings are moved
427427
// out of the DBus interface.
428428
include_dirs: ["external/cros/system_api/dbus"],
429+
header_libs: ["libgtest_prod_headers"],
429430

430431
srcs: [
431432
"aosp/hardware_android.cc",
@@ -460,7 +461,6 @@ cc_binary {
460461
"gkiprops",
461462
"libevent",
462463
"libmodpb64",
463-
"libgtest_prod",
464464
"libprotobuf-cpp-lite",
465465
"libbrillo-stream",
466466
"libbrillo",
@@ -896,4 +896,4 @@ cc_binary_host {
896896
"libz",
897897
"update_metadata-protos",
898898
],
899-
}
899+
}

0 commit comments

Comments
 (0)