summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-11-20 06:04:54 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-11-20 06:04:54 +0100
commitc627cd6486c6e1fda78b6c0d4c9e3ce377992c5a (patch)
treeb01c4c9c3cf463d327a42a1ff0ec5b32d3c3a49f /updater/Android.mk
parentMerge "Revert "Convert update_verifier to boot HIDL HAL"" (diff)
parentupdater: Refactor set_stage() and get_stage() functions. (diff)
downloadandroid_bootable_recovery-c627cd6486c6e1fda78b6c0d4c9e3ce377992c5a.tar
android_bootable_recovery-c627cd6486c6e1fda78b6c0d4c9e3ce377992c5a.tar.gz
android_bootable_recovery-c627cd6486c6e1fda78b6c0d4c9e3ce377992c5a.tar.bz2
android_bootable_recovery-c627cd6486c6e1fda78b6c0d4c9e3ce377992c5a.tar.lz
android_bootable_recovery-c627cd6486c6e1fda78b6c0d4c9e3ce377992c5a.tar.xz
android_bootable_recovery-c627cd6486c6e1fda78b6c0d4c9e3ce377992c5a.tar.zst
android_bootable_recovery-c627cd6486c6e1fda78b6c0d4c9e3ce377992c5a.zip
Diffstat (limited to 'updater/Android.mk')
-rw-r--r--updater/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index 3c1d0d41f..5d328a3fa 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -27,12 +27,14 @@ updater_common_static_libraries := \
libedify \
libziparchive \
libotautil \
+ libbootloader_message \
libutils \
libmounts \
libotafault \
libext4_utils_static \
libfec \
libfec_rs \
+ libfs_mgr \
liblog \
libselinux \
libsparse_static \