summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2012-07-24 04:14:30 +0200
committerJoe Onorato <joeo@google.com>2012-08-14 21:52:53 +0200
commite709c24f27afc11714b00bf2487dcadbbf2cff9c (patch)
tree1b56dd9fa1b6a84c71cba0b17153d8f27f6d90e0
parentMultiple modules with the same name are going away. (diff)
downloadandroid_bootable_recovery-e709c24f27afc11714b00bf2487dcadbbf2cff9c.tar
android_bootable_recovery-e709c24f27afc11714b00bf2487dcadbbf2cff9c.tar.gz
android_bootable_recovery-e709c24f27afc11714b00bf2487dcadbbf2cff9c.tar.bz2
android_bootable_recovery-e709c24f27afc11714b00bf2487dcadbbf2cff9c.tar.lz
android_bootable_recovery-e709c24f27afc11714b00bf2487dcadbbf2cff9c.tar.xz
android_bootable_recovery-e709c24f27afc11714b00bf2487dcadbbf2cff9c.tar.zst
android_bootable_recovery-e709c24f27afc11714b00bf2487dcadbbf2cff9c.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