summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2012-07-24 04:14:30 +0200
committerJoe Onorato <joeo@google.com>2012-07-24 04:14:30 +0200
commit4eeb379886f9ee3d832a38805ceaf15e0e08d685 (patch)
tree92375908f4f85e8c738759ec85f48c13320050b6
parentMultiple modules with the same name are going away. (diff)
downloadandroid_bootable_recovery-4eeb379886f9ee3d832a38805ceaf15e0e08d685.tar
android_bootable_recovery-4eeb379886f9ee3d832a38805ceaf15e0e08d685.tar.gz
android_bootable_recovery-4eeb379886f9ee3d832a38805ceaf15e0e08d685.tar.bz2
android_bootable_recovery-4eeb379886f9ee3d832a38805ceaf15e0e08d685.tar.lz
android_bootable_recovery-4eeb379886f9ee3d832a38805ceaf15e0e08d685.tar.xz
android_bootable_recovery-4eeb379886f9ee3d832a38805ceaf15e0e08d685.tar.zst
android_bootable_recovery-4eeb379886f9ee3d832a38805ceaf15e0e08d685.zip
-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 5811c47cd..1c78b4287 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 38bb1ae95..8876120b0 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