summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-01-31 01:58:23 +0100
committerElliott Hughes <enh@google.com>2012-01-31 02:05:07 +0100
commit74a6279eb43d10527b15149311058d6b7af0fac8 (patch)
tree880333014d77c5b739b8e6fa823c4177d5380e5d /Android.mk
parentallow recovery UI to ignore certain keypresses (diff)
downloadandroid_bootable_recovery-74a6279eb43d10527b15149311058d6b7af0fac8.tar
android_bootable_recovery-74a6279eb43d10527b15149311058d6b7af0fac8.tar.gz
android_bootable_recovery-74a6279eb43d10527b15149311058d6b7af0fac8.tar.bz2
android_bootable_recovery-74a6279eb43d10527b15149311058d6b7af0fac8.tar.lz
android_bootable_recovery-74a6279eb43d10527b15149311058d6b7af0fac8.tar.xz
android_bootable_recovery-74a6279eb43d10527b15149311058d6b7af0fac8.tar.zst
android_bootable_recovery-74a6279eb43d10527b15149311058d6b7af0fac8.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 7e48e7f64..036da9ee3 100644
--- a/Android.mk
+++ b/Android.mk
@@ -40,8 +40,8 @@ ifeq ($(TARGET_RECOVERY_UI_LIB),)
else
LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UI_LIB)
endif
-LOCAL_STATIC_LIBRARIES += libext4_utils libz
-LOCAL_STATIC_LIBRARIES += libminzip libunz libmtdutils libmincrypt libminadbd
+LOCAL_STATIC_LIBRARIES += libext4_utils
+LOCAL_STATIC_LIBRARIES += libminzip libz libmtdutils libmincrypt libminadbd
LOCAL_STATIC_LIBRARIES += libminui libpixelflinger_static libpng libcutils
LOCAL_STATIC_LIBRARIES += libstdc++ libc