summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-10-19 00:33:23 +0200
committerTianjie Xu <xunchang@google.com>2016-10-19 00:33:23 +0200
commit81e54eddd4132895d70ab8b2307c693311799e05 (patch)
tree7487e2ea808f9702854bd95f5befefef55ef1c45 /updater/Android.mk
parentMerge "Change StringValue to use std::string" am: 2b17b24ae5 am: 430b7ae469 (diff)
parentresolve merge conflicts of 6fba98c to stage-aosp-master (diff)
downloadandroid_bootable_recovery-81e54eddd4132895d70ab8b2307c693311799e05.tar
android_bootable_recovery-81e54eddd4132895d70ab8b2307c693311799e05.tar.gz
android_bootable_recovery-81e54eddd4132895d70ab8b2307c693311799e05.tar.bz2
android_bootable_recovery-81e54eddd4132895d70ab8b2307c693311799e05.tar.lz
android_bootable_recovery-81e54eddd4132895d70ab8b2307c693311799e05.tar.xz
android_bootable_recovery-81e54eddd4132895d70ab8b2307c693311799e05.tar.zst
android_bootable_recovery-81e54eddd4132895d70ab8b2307c693311799e05.zip
Diffstat (limited to 'updater/Android.mk')
-rw-r--r--updater/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index 33e97385e..3c1d0d41f 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -25,7 +25,9 @@ tune2fs_static_libraries := \
updater_common_static_libraries := \
libapplypatch \
libedify \
- libminzip \
+ libziparchive \
+ libotautil \
+ libutils \
libmounts \
libotafault \
libext4_utils_static \