summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-11 21:06:07 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-11 21:06:07 +0200
commitde0118f803d8b712189b4374ee927d7f749d7c85 (patch)
tree4ccaa63e06d3f5b61b1e1cbd422d75b2bd9dae63
parentMerge "Move rangeset.h and print_sha1.h into otautil." am: ff9b6f63a2 am: 28f6938862 (diff)
parentMerge "applypatch: Use shared libs for libbase/libcrypto/liblog/libziparchive." am: 46d8a3b604 (diff)
downloadandroid_bootable_recovery-de0118f803d8b712189b4374ee927d7f749d7c85.tar
android_bootable_recovery-de0118f803d8b712189b4374ee927d7f749d7c85.tar.gz
android_bootable_recovery-de0118f803d8b712189b4374ee927d7f749d7c85.tar.bz2
android_bootable_recovery-de0118f803d8b712189b4374ee927d7f749d7c85.tar.lz
android_bootable_recovery-de0118f803d8b712189b4374ee927d7f749d7c85.tar.xz
android_bootable_recovery-de0118f803d8b712189b4374ee927d7f749d7c85.tar.zst
android_bootable_recovery-de0118f803d8b712189b4374ee927d7f749d7c85.zip
-rw-r--r--applypatch/Android.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/applypatch/Android.mk b/applypatch/Android.mk
index 66494e607..c9ce34bc3 100644
--- a/applypatch/Android.mk
+++ b/applypatch/Android.mk
@@ -121,15 +121,13 @@ LOCAL_STATIC_LIBRARIES := \
libotafault \
libotautil \
libbspatch \
- libbase \
- libziparchive \
- liblog \
- libcrypto \
libbz
LOCAL_SHARED_LIBRARIES := \
libbase \
+ libcrypto \
+ liblog \
libz \
- libcutils
+ libziparchive
LOCAL_CFLAGS := -Wall -Werror
include $(BUILD_EXECUTABLE)