aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2012-07-23 19:14:30 -0700
committerJoe Onorato <joeo@google.com>2012-07-23 19:14:30 -0700
commit4eeb379886f9ee3d832a38805ceaf15e0e08d685 (patch)
tree92375908f4f85e8c738759ec85f48c13320050b6
parent6396e70d3fd381f6e3ccaff84c5a05bc5e3cec3c (diff)
downloadbootable_recovery-4eeb379886f9ee3d832a38805ceaf15e0e08d685.zip
bootable_recovery-4eeb379886f9ee3d832a38805ceaf15e0e08d685.tar.gz
bootable_recovery-4eeb379886f9ee3d832a38805ceaf15e0e08d685.tar.bz2
Use the static version of libsparse
Change-Id: I664f8dc7939f8f902e4775eaaf6476fcd4ab8ed2
-rw-r--r--Android.mk2
-rw-r--r--updater/Android.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 5811c47..1c78b42 100644
--- a/Android.mk
+++ b/Android.mk
@@ -36,7 +36,7 @@ LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)
LOCAL_STATIC_LIBRARIES := \
libext4_utils_static \
- libsparse \
+ libsparse_static \
libminzip \
libz \
libmtdutils \
diff --git a/updater/Android.mk b/updater/Android.mk
index 38bb1ae..8876120 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -23,7 +23,7 @@ LOCAL_CFLAGS += -DUSE_EXT4
LOCAL_C_INCLUDES += system/extras/ext4_utils
LOCAL_STATIC_LIBRARIES += \
libext4_utils_static \
- libsparse \
+ libsparse_static \
libz
endif