summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2012-10-11 18:00:29 +0200
committerDees_Troy <dees_troy@teamw.in>2012-10-11 18:00:29 +0200
commitaf50449efd9ba80c936963c8b53a830f9997e703 (patch)
treeda133b32de40bec25d04d142c810c8dd984ba04e
parentRemove text about fix perms taking a few mins (diff)
downloadandroid_bootable_recovery-af50449efd9ba80c936963c8b53a830f9997e703.tar
android_bootable_recovery-af50449efd9ba80c936963c8b53a830f9997e703.tar.gz
android_bootable_recovery-af50449efd9ba80c936963c8b53a830f9997e703.tar.bz2
android_bootable_recovery-af50449efd9ba80c936963c8b53a830f9997e703.tar.lz
android_bootable_recovery-af50449efd9ba80c936963c8b53a830f9997e703.tar.xz
android_bootable_recovery-af50449efd9ba80c936963c8b53a830f9997e703.tar.zst
android_bootable_recovery-af50449efd9ba80c936963c8b53a830f9997e703.zip
-rw-r--r--updater/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index 8876120b0..8f20b339b 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -22,8 +22,7 @@ ifeq ($(TARGET_USERIMAGES_USE_EXT4), true)
LOCAL_CFLAGS += -DUSE_EXT4
LOCAL_C_INCLUDES += system/extras/ext4_utils
LOCAL_STATIC_LIBRARIES += \
- libext4_utils_static \
- libsparse_static \
+ libext4_utils \
libz
endif