From af50449efd9ba80c936963c8b53a830f9997e703 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Thu, 11 Oct 2012 12:00:29 -0400 Subject: Fix updater binary compile --- updater/Android.mk | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3