summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJin Qian <jinqian@google.com>2017-11-03 23:29:20 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-11-03 23:29:20 +0100
commit4d079261e584758b5defeb60b96f6f4a789f87d4 (patch)
tree31b486682f651533e2d3ce65223b93d403397b74
parentMerge "tests: Clean up the files in TemporaryDir." (diff)
parentMerge "recovery: fix library dependency" (diff)
downloadandroid_bootable_recovery-4d079261e584758b5defeb60b96f6f4a789f87d4.tar
android_bootable_recovery-4d079261e584758b5defeb60b96f6f4a789f87d4.tar.gz
android_bootable_recovery-4d079261e584758b5defeb60b96f6f4a789f87d4.tar.bz2
android_bootable_recovery-4d079261e584758b5defeb60b96f6f4a789f87d4.tar.lz
android_bootable_recovery-4d079261e584758b5defeb60b96f6f4a789f87d4.tar.xz
android_bootable_recovery-4d079261e584758b5defeb60b96f6f4a789f87d4.tar.zst
android_bootable_recovery-4d079261e584758b5defeb60b96f6f4a789f87d4.zip
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 7e34c10f9..985131b02 100644
--- a/Android.mk
+++ b/Android.mk
@@ -158,7 +158,6 @@ LOCAL_STATIC_LIBRARIES := \
libziparchive \
libotautil \
libmounts \
- libz \
libminadbd \
libasyncio \
libfusesideload \
@@ -173,7 +172,8 @@ LOCAL_STATIC_LIBRARIES := \
libcutils \
libutils \
liblog \
- libselinux
+ libselinux \
+ libz
LOCAL_HAL_STATIC_LIBRARIES := libhealthd