summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2012-08-17 08:40:26 +0200
committerandroid code review <noreply-gerritcodereview@google.com>2012-08-17 08:40:26 +0200
commit3733d2185bbcedd9ef626907f1f32628986cc0f5 (patch)
tree92375908f4f85e8c738759ec85f48c13320050b6 /updater/Android.mk
parentMerge "graphics: add support for "single buffering"" (diff)
parentUse the static version of libsparse (diff)
downloadandroid_bootable_recovery-3733d2185bbcedd9ef626907f1f32628986cc0f5.tar
android_bootable_recovery-3733d2185bbcedd9ef626907f1f32628986cc0f5.tar.gz
android_bootable_recovery-3733d2185bbcedd9ef626907f1f32628986cc0f5.tar.bz2
android_bootable_recovery-3733d2185bbcedd9ef626907f1f32628986cc0f5.tar.lz
android_bootable_recovery-3733d2185bbcedd9ef626907f1f32628986cc0f5.tar.xz
android_bootable_recovery-3733d2185bbcedd9ef626907f1f32628986cc0f5.tar.zst
android_bootable_recovery-3733d2185bbcedd9ef626907f1f32628986cc0f5.zip
Diffstat (limited to 'updater/Android.mk')
-rw-r--r--updater/Android.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index fcaf6d531..8876120b0 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -21,7 +21,10 @@ 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 libsparse libz
+LOCAL_STATIC_LIBRARIES += \
+ libext4_utils_static \
+ libsparse_static \
+ libz
endif
ifeq ($(HAVE_SELINUX), true)