aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-04-26 20:26:04 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-26 20:26:04 +0000
commitbbaab59d11f4422d48ceb1078ed68d35d2b5e90f (patch)
tree8f6ec66173bb45a55a65c8449f382c2c16b3b13a
parentead19d6ec6ae810e4a5617b36e1750dbc96434ed (diff)
parent73635999409b2dcbb6fc826620aadeb2c0440efe (diff)
downloadlibbrillo-bbaab59d11f4422d48ceb1078ed68d35d2b5e90f.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/libbrillo/+/1683961 Change-Id: I48a63633751a11b61806503662fc3d4145601869
-rw-r--r--Android.bp12
1 files changed, 6 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 7f4d5be..8a10dc8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -170,8 +170,8 @@ cc_library {
shared_libs: libbrillo_shared_libraries,
static_libs: [
"libmodpb64",
- "libgtest_prod",
],
+ header_libs: ["libgtest_prod_headers"],
cflags: libbrillo_CFLAGS,
export_include_dirs: ["."],
@@ -198,7 +198,7 @@ cc_library_shared {
"libbrillo",
"libutils",
],
- static_libs: ["libgtest_prod"],
+ header_libs: ["libgtest_prod_headers"],
cflags: libbrillo_CFLAGS,
export_include_dirs: ["."],
}
@@ -215,7 +215,7 @@ cc_library_shared {
"libbrillo",
"libminijail",
],
- static_libs: ["libgtest_prod"],
+ header_libs: ["libgtest_prod_headers"],
cflags: libbrillo_CFLAGS,
export_include_dirs: ["."],
}
@@ -230,7 +230,7 @@ cc_library {
"libcrypto",
"libssl",
],
- static_libs: ["libgtest_prod"],
+ header_libs: ["libgtest_prod_headers"],
cflags: libbrillo_CFLAGS,
export_include_dirs: ["."],
@@ -256,7 +256,7 @@ cc_library_shared {
"libbrillo-stream",
"libcurl",
],
- static_libs: ["libgtest_prod"],
+ header_libs: ["libgtest_prod_headers"],
cflags: libbrillo_CFLAGS,
export_include_dirs: ["."],
@@ -277,7 +277,7 @@ cc_library_shared {
name: "libbrillo-policy",
srcs: libbrillo_policy_sources,
shared_libs: libbrillo_shared_libraries,
- static_libs: ["libgtest_prod"],
+ header_libs: ["libgtest_prod_headers"],
cflags: libbrillo_CFLAGS,
export_include_dirs: ["."],
}