Fix updater binary compile

This commit is contained in:
Dees_Troy
2012-10-11 12:00:29 -04:00
parent f6e6551edf
commit af50449efd
+1 -2
View File
@@ -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