summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJin Qian <jinqian@google.com>2017-11-03 23:39:26 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-11-03 23:39:26 +0100
commit87c005bff70e1b0913610c84177d64ab9fcfec9d (patch)
tree33b08960bb3f2f1001985db67540261d2a711479
parentMerge "tests: Clean up the files in TemporaryDir." am: 2cf44d08cf (diff)
parentMerge "recovery: fix library dependency" (diff)
downloadandroid_bootable_recovery-87c005bff70e1b0913610c84177d64ab9fcfec9d.tar
android_bootable_recovery-87c005bff70e1b0913610c84177d64ab9fcfec9d.tar.gz
android_bootable_recovery-87c005bff70e1b0913610c84177d64ab9fcfec9d.tar.bz2
android_bootable_recovery-87c005bff70e1b0913610c84177d64ab9fcfec9d.tar.lz
android_bootable_recovery-87c005bff70e1b0913610c84177d64ab9fcfec9d.tar.xz
android_bootable_recovery-87c005bff70e1b0913610c84177d64ab9fcfec9d.tar.zst
android_bootable_recovery-87c005bff70e1b0913610c84177d64ab9fcfec9d.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