summaryrefslogtreecommitdiffstats
path: root/applypatch
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-09-29 20:18:56 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-09-29 20:18:56 +0200
commit7aa2fca9ef05615c1e66d6ab7d0fb9d634c26e80 (patch)
tree71f246c63d16dfc54d086a49899fef6739972f04 /applypatch
parentMerge "otafault: Clean up header inclusion." am: d9373cf621 am: ffc171c56d (diff)
parentMerge "otafault: Remove the use of LOCAL_WHOLE_STATIC_LIBRARIES." am: 50f5a54a1e (diff)
downloadandroid_bootable_recovery-7aa2fca9ef05615c1e66d6ab7d0fb9d634c26e80.tar
android_bootable_recovery-7aa2fca9ef05615c1e66d6ab7d0fb9d634c26e80.tar.gz
android_bootable_recovery-7aa2fca9ef05615c1e66d6ab7d0fb9d634c26e80.tar.bz2
android_bootable_recovery-7aa2fca9ef05615c1e66d6ab7d0fb9d634c26e80.tar.lz
android_bootable_recovery-7aa2fca9ef05615c1e66d6ab7d0fb9d634c26e80.tar.xz
android_bootable_recovery-7aa2fca9ef05615c1e66d6ab7d0fb9d634c26e80.tar.zst
android_bootable_recovery-7aa2fca9ef05615c1e66d6ab7d0fb9d634c26e80.zip
Diffstat (limited to 'applypatch')
-rw-r--r--applypatch/Android.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/applypatch/Android.mk b/applypatch/Android.mk
index 59aa0ce6c..f5dda2bc4 100644
--- a/applypatch/Android.mk
+++ b/applypatch/Android.mk
@@ -112,11 +112,13 @@ LOCAL_C_INCLUDES := bootable/recovery
LOCAL_STATIC_LIBRARIES := \
libapplypatch_modes \
libapplypatch \
- libbase \
libedify \
libotafault \
- libcrypto \
libbspatch \
+ libbase \
+ libziparchive \
+ liblog \
+ libcrypto \
libbz
LOCAL_SHARED_LIBRARIES := \
libbase \