commit | af50449efd9ba80c936963c8b53a830f9997e703 | [log] [tgz] |
---|---|---|
author | Dees_Troy <dees_troy@teamw.in> | Thu Oct 11 12:00:29 2012 -0400 |
committer | Dees_Troy <dees_troy@teamw.in> | Thu Oct 11 12:00:29 2012 -0400 |
tree | da133b32de40bec25d04d142c810c8dd984ba04e | |
parent | f6e6551edfb56301939dadad57fd2eb856bb21e6 [diff] |
Fix updater binary compile
diff --git a/updater/Android.mk b/updater/Android.mk index 8876120..8f20b33 100644 --- a/updater/Android.mk +++ b/updater/Android.mk
@@ -22,8 +22,7 @@ LOCAL_CFLAGS += -DUSE_EXT4 LOCAL_C_INCLUDES += system/extras/ext4_utils LOCAL_STATIC_LIBRARIES += \ - libext4_utils_static \ - libsparse_static \ + libext4_utils \ libz endif