summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-11-22 22:46:19 +0100
committerTianjie Xu <xunchang@google.com>2020-02-28 20:41:31 +0100
commit2bb374a86d0161700f01b68433063b0b13adc86a (patch)
tree3b8fcc26578266c5681e2c84e82cccec6a980c52
parentMerge "Move libboot_control to boot_control 1.1" (diff)
downloadandroid_bootable_recovery-2bb374a86d0161700f01b68433063b0b13adc86a.tar
android_bootable_recovery-2bb374a86d0161700f01b68433063b0b13adc86a.tar.gz
android_bootable_recovery-2bb374a86d0161700f01b68433063b0b13adc86a.tar.bz2
android_bootable_recovery-2bb374a86d0161700f01b68433063b0b13adc86a.tar.lz
android_bootable_recovery-2bb374a86d0161700f01b68433063b0b13adc86a.tar.xz
android_bootable_recovery-2bb374a86d0161700f01b68433063b0b13adc86a.tar.zst
android_bootable_recovery-2bb374a86d0161700f01b68433063b0b13adc86a.zip
-rw-r--r--updater/Android.bp1
-rw-r--r--updater/Android.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/updater/Android.bp b/updater/Android.bp
index cbef43099..f00a192b9 100644
--- a/updater/Android.bp
+++ b/updater/Android.bp
@@ -25,6 +25,7 @@ cc_defaults {
"libdm",
"libfec",
"libfec_rs",
+ "libavb",
"libverity_tree",
"libgtest_prod",
"liblog",
diff --git a/updater/Android.mk b/updater/Android.mk
index 8a4cd86d9..46300d974 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -32,6 +32,7 @@ updater_common_static_libraries := \
libdm \
libfec \
libfec_rs \
+ libavb \
libverity_tree \
libgtest_prod \
liblog \