summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-06-28 18:51:40 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-06-28 18:51:40 +0200
commit39c6051c1e52c0040bfb9ceb646bba0100c647ed (patch)
tree1de67a0815057693f793d57d100442f247215d9e
parentMerge "Add override specifier and member constness to RecoveryUI classes." am: d6fb1c6367 am: 2e20c11828 am: 57191920e8 (diff)
parentMerge "Add missing libziparchive dependency." am: f9fe6a705d am: 78ff0832cb (diff)
downloadandroid_bootable_recovery-39c6051c1e52c0040bfb9ceb646bba0100c647ed.tar
android_bootable_recovery-39c6051c1e52c0040bfb9ceb646bba0100c647ed.tar.gz
android_bootable_recovery-39c6051c1e52c0040bfb9ceb646bba0100c647ed.tar.bz2
android_bootable_recovery-39c6051c1e52c0040bfb9ceb646bba0100c647ed.tar.lz
android_bootable_recovery-39c6051c1e52c0040bfb9ceb646bba0100c647ed.tar.xz
android_bootable_recovery-39c6051c1e52c0040bfb9ceb646bba0100c647ed.tar.zst
android_bootable_recovery-39c6051c1e52c0040bfb9ceb646bba0100c647ed.zip
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 95c8823e3..3eed7a696 100644
--- a/Android.mk
+++ b/Android.mk
@@ -59,7 +59,8 @@ LOCAL_STATIC_LIBRARIES := \
libvintf_recovery \
libcrypto_utils \
libcrypto \
- libbase
+ libbase \
+ libziparchive \
include $(BUILD_STATIC_LIBRARY)