summaryrefslogtreecommitdiffstats
path: root/updater
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2012-07-18 03:32:27 +0200
committerandroid code review <noreply-gerritcodereview@google.com>2012-07-18 03:32:28 +0200
commit989a28599a600b649f71a06335bf1e4085b5505a (patch)
tree8c7af1f53ade9ffdb5ec614039e3682664f4b0f5 /updater
parentam 6d60667d: Merge "Use a dependency file to replace the list file." (diff)
parentLink against libsparse (diff)
downloadandroid_bootable_recovery-989a28599a600b649f71a06335bf1e4085b5505a.tar
android_bootable_recovery-989a28599a600b649f71a06335bf1e4085b5505a.tar.gz
android_bootable_recovery-989a28599a600b649f71a06335bf1e4085b5505a.tar.bz2
android_bootable_recovery-989a28599a600b649f71a06335bf1e4085b5505a.tar.lz
android_bootable_recovery-989a28599a600b649f71a06335bf1e4085b5505a.tar.xz
android_bootable_recovery-989a28599a600b649f71a06335bf1e4085b5505a.tar.zst
android_bootable_recovery-989a28599a600b649f71a06335bf1e4085b5505a.zip
Diffstat (limited to 'updater')
-rw-r--r--updater/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index 2211113dd..fcaf6d531 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -21,7 +21,7 @@ LOCAL_SRC_FILES := $(updater_src_files)
ifeq ($(TARGET_USERIMAGES_USE_EXT4), true)
LOCAL_CFLAGS += -DUSE_EXT4
LOCAL_C_INCLUDES += system/extras/ext4_utils
-LOCAL_STATIC_LIBRARIES += libext4_utils libz
+LOCAL_STATIC_LIBRARIES += libext4_utils libsparse libz
endif
ifeq ($(HAVE_SELINUX), true)