summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-06-28 18:44:40 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-06-28 18:44:40 +0200
commit8b4c7e7567ec248bd81570a0826cb870b84ca85b (patch)
tree5e0b84d42769bbf81fc72a14ac3122b2ea2ad51f
parentMerge "Add override specifier and member constness to RecoveryUI classes." am: d6fb1c6367 (diff)
parentMerge "Add missing libziparchive dependency." (diff)
downloadandroid_bootable_recovery-8b4c7e7567ec248bd81570a0826cb870b84ca85b.tar
android_bootable_recovery-8b4c7e7567ec248bd81570a0826cb870b84ca85b.tar.gz
android_bootable_recovery-8b4c7e7567ec248bd81570a0826cb870b84ca85b.tar.bz2
android_bootable_recovery-8b4c7e7567ec248bd81570a0826cb870b84ca85b.tar.lz
android_bootable_recovery-8b4c7e7567ec248bd81570a0826cb870b84ca85b.tar.xz
android_bootable_recovery-8b4c7e7567ec248bd81570a0826cb870b84ca85b.tar.zst
android_bootable_recovery-8b4c7e7567ec248bd81570a0826cb870b84ca85b.zip
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 4ac8856ea..dc066dd48 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)