diff options
author | Joe Onorato <joeo@google.com> | 2012-08-17 08:40:26 +0200 |
---|---|---|
committer | android code review <noreply-gerritcodereview@google.com> | 2012-08-17 08:40:26 +0200 |
commit | 3733d2185bbcedd9ef626907f1f32628986cc0f5 (patch) | |
tree | 92375908f4f85e8c738759ec85f48c13320050b6 /updater | |
parent | Merge "graphics: add support for "single buffering"" (diff) | |
parent | Use the static version of libsparse (diff) | |
download | android_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')
-rw-r--r-- | updater/Android.mk | 5 |
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) |