summaryrefslogtreecommitdiffstats
path: root/updater/Android.bp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-04-21 02:53:20 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-04-21 02:53:20 +0200
commit9c7ee78b4870b66990ab5c5be0e8e2e6752150ad (patch)
tree37ac43e54247b5869c181d56577fd5de4c449329 /updater/Android.bp
parentMerge "Revert "Update ImageGenerator to match the latest font names."" (diff)
parentUse gtest_prod_headers. (diff)
downloadandroid_bootable_recovery-9c7ee78b4870b66990ab5c5be0e8e2e6752150ad.tar
android_bootable_recovery-9c7ee78b4870b66990ab5c5be0e8e2e6752150ad.tar.gz
android_bootable_recovery-9c7ee78b4870b66990ab5c5be0e8e2e6752150ad.tar.bz2
android_bootable_recovery-9c7ee78b4870b66990ab5c5be0e8e2e6752150ad.tar.lz
android_bootable_recovery-9c7ee78b4870b66990ab5c5be0e8e2e6752150ad.tar.xz
android_bootable_recovery-9c7ee78b4870b66990ab5c5be0e8e2e6752150ad.tar.zst
android_bootable_recovery-9c7ee78b4870b66990ab5c5be0e8e2e6752150ad.zip
Diffstat (limited to '')
-rw-r--r--updater/Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/updater/Android.bp b/updater/Android.bp
index 840e50ab9..35debaaf1 100644
--- a/updater/Android.bp
+++ b/updater/Android.bp
@@ -36,7 +36,6 @@ cc_defaults {
"libfec_rs",
"libavb",
"libverity_tree",
- "libgtest_prod",
"liblog",
"liblp",
"libselinux",
@@ -51,6 +50,9 @@ cc_defaults {
"libcutils",
"libutils",
],
+ header_libs: [
+ "libgtest_prod_headers",
+ ],
}
cc_defaults {