diff options
author | Colin Cross <ccross@android.com> | 2012-04-24 18:23:27 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2012-07-17 17:59:47 -0700 |
commit | cde94f309c85d673648126c1de12952ed690b561 (patch) | |
tree | 8c7af1f53ade9ffdb5ec614039e3682664f4b0f5 /updater | |
parent | ea17e320b0bc4437e8a881026f296b71fa02ad3e (diff) | |
download | bootable_recovery-cde94f309c85d673648126c1de12952ed690b561.zip bootable_recovery-cde94f309c85d673648126c1de12952ed690b561.tar.gz bootable_recovery-cde94f309c85d673648126c1de12952ed690b561.tar.bz2 |
Link against libsparse
libext4_utils requires libsparse, link against it as well.
Change-Id: I4d6aec0e5edcf1ed42118b7b77adcded2858d3dd
Diffstat (limited to 'updater')
-rw-r--r-- | updater/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk index 2211113..fcaf6d5 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) |