summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'updater/Android.mk')
-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