summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-04-22 13:31:27 -0700
committerElliott Hughes <enh@google.com>2021-04-23 19:30:12 +0000
commit3e993c29da3d7d6912d921a5f3098e5db13ac973 (patch)
tree57dd822106d948e47e43f79ced38330a6c44cdc6
parent20d642234db2d495eb9e669296746f486d25942a (diff)
downloadlibchrome-3e993c29da3d7d6912d921a5f3098e5db13ac973.tar.gz
Use libgtest_prod_headers.
Bug: http://b/185916167 Test: treehugger Exempt-From-Owner-Approval: janitorial work Change-Id: Iaae233e89f718ec1e54620cd1c84e0656ad2af6b
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index c90c3d1647..6bd807c029 100644
--- a/Android.bp
+++ b/Android.bp
@@ -821,13 +821,15 @@ cc_library {
srcs: libchromeCommonSrc,
export_shared_lib_headers: ["libbase"],
- export_static_lib_headers: ["libgtest_prod"],
+ export_header_lib_headers: ["libgtest_prod_headers"],
shared_libs: [
"libbase",
"libevent",
],
+ header_libs: [
+ "libgtest_prod_headers",
+ ],
static_libs: [
- "libgtest_prod",
"libmodpb64",
],
generated_headers: [