summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
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 /updater/Android.mk
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
Diffstat (limited to '')
-rw-r--r--updater/Android.mk2
1 files changed, 1 insertions, 1 deletions
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