aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-04-27 01:03:06 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-04-27 01:03:06 +0000
commite7d7a3321f2cfbb81b57fcad96786a930ee2cc5a (patch)
tree8f6ec66173bb45a55a65c8449f382c2c16b3b13a
parente46e86ab15dfcd6d826fba531ec83c108f557c98 (diff)
parent0fd3f6ac2e67f94316934acc63b7ebd55fee1a5d (diff)
downloadlibbrillo-android12-d1-s2-release.tar.gz
Change-Id: Ia53e3cb6f3a72c501b67097d1c2b9c7078906d1f
-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: ["."],
}