diff options
author | Tianjie Xu <xunchang@google.com> | 2020-03-27 21:33:48 +0100 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-03-27 21:33:48 +0100 |
commit | 94ca35513774328cd90fdbcdcb085aa2c68c3f47 (patch) | |
tree | ed92b1e6deb37f8eb98fe5f4916c2471b3e466c6 /updater | |
parent | Import translations. DO NOT MERGE (diff) | |
parent | Add libavb as a dependency (diff) | |
download | android_bootable_recovery-94ca35513774328cd90fdbcdcb085aa2c68c3f47.tar android_bootable_recovery-94ca35513774328cd90fdbcdcb085aa2c68c3f47.tar.gz android_bootable_recovery-94ca35513774328cd90fdbcdcb085aa2c68c3f47.tar.bz2 android_bootable_recovery-94ca35513774328cd90fdbcdcb085aa2c68c3f47.tar.lz android_bootable_recovery-94ca35513774328cd90fdbcdcb085aa2c68c3f47.tar.xz android_bootable_recovery-94ca35513774328cd90fdbcdcb085aa2c68c3f47.tar.zst android_bootable_recovery-94ca35513774328cd90fdbcdcb085aa2c68c3f47.zip |
Diffstat (limited to 'updater')
-rw-r--r-- | updater/Android.bp | 1 | ||||
-rw-r--r-- | updater/Android.mk | 1 |
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 \ |