diff options
author | Sami Tolvanen <samitolvanen@google.com> | 2015-06-25 11:25:36 +0200 |
---|---|---|
committer | Sami Tolvanen <samitolvanen@google.com> | 2015-10-19 11:04:38 +0200 |
commit | 0a7b47397db3648afe6f3aeb2abb175934c2cbca (patch) | |
tree | fe96929e9c56c4fe8f1ee8abed130d3c2c39653d /updater/Android.mk | |
parent | am 754ebaa9: Merge "updater: Skip empty lines in the transfer list file." (diff) | |
download | android_bootable_recovery-0a7b47397db3648afe6f3aeb2abb175934c2cbca.tar android_bootable_recovery-0a7b47397db3648afe6f3aeb2abb175934c2cbca.tar.gz android_bootable_recovery-0a7b47397db3648afe6f3aeb2abb175934c2cbca.tar.bz2 android_bootable_recovery-0a7b47397db3648afe6f3aeb2abb175934c2cbca.tar.lz android_bootable_recovery-0a7b47397db3648afe6f3aeb2abb175934c2cbca.tar.xz android_bootable_recovery-0a7b47397db3648afe6f3aeb2abb175934c2cbca.tar.zst android_bootable_recovery-0a7b47397db3648afe6f3aeb2abb175934c2cbca.zip |
Diffstat (limited to '')
-rw-r--r-- | updater/Android.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk index 82fa7e265..dcf437474 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -33,12 +33,13 @@ LOCAL_CLANG := true LOCAL_SRC_FILES := $(updater_src_files) +LOCAL_STATIC_LIBRARIES += libfec libfec_rs libext4_utils_static libsquashfs_utils libcrypto_static + ifeq ($(TARGET_USERIMAGES_USE_EXT4), true) LOCAL_CFLAGS += -DUSE_EXT4 LOCAL_CFLAGS += -Wno-unused-parameter LOCAL_C_INCLUDES += system/extras/ext4_utils LOCAL_STATIC_LIBRARIES += \ - libext4_utils_static \ libsparse_static \ libz endif |