summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-01-12 22:23:09 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-01-12 22:23:10 +0100
commit8031c2d2bb0881ef3c46aafdde87af47cc2fe595 (patch)
treebb1660b5ca34363a4952b9deee3f7742208473aa
parentMerge "Do not inject I/O fault on a retry" (diff)
parentRemove "_static" suffix from libsparse (diff)
downloadandroid_bootable_recovery-8031c2d2bb0881ef3c46aafdde87af47cc2fe595.tar
android_bootable_recovery-8031c2d2bb0881ef3c46aafdde87af47cc2fe595.tar.gz
android_bootable_recovery-8031c2d2bb0881ef3c46aafdde87af47cc2fe595.tar.bz2
android_bootable_recovery-8031c2d2bb0881ef3c46aafdde87af47cc2fe595.tar.lz
android_bootable_recovery-8031c2d2bb0881ef3c46aafdde87af47cc2fe595.tar.xz
android_bootable_recovery-8031c2d2bb0881ef3c46aafdde87af47cc2fe595.tar.zst
android_bootable_recovery-8031c2d2bb0881ef3c46aafdde87af47cc2fe595.zip
-rw-r--r--Android.mk4
-rw-r--r--tests/Android.mk4
-rw-r--r--updater/Android.mk4
3 files changed, 6 insertions, 6 deletions
diff --git a/Android.mk b/Android.mk
index 2943f016b..633f18d77 100644
--- a/Android.mk
+++ b/Android.mk
@@ -76,8 +76,8 @@ LOCAL_C_INCLUDES += \
LOCAL_STATIC_LIBRARIES := \
libbatterymonitor \
libbootloader_message \
- libext4_utils_static \
- libsparse_static \
+ libext4_utils \
+ libsparse \
libziparchive \
libotautil \
libmounts \
diff --git a/tests/Android.mk b/tests/Android.mk
index 0aca8c6c7..1203817a2 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -99,8 +99,8 @@ LOCAL_STATIC_LIBRARIES := \
libfs_mgr \
liblog \
libselinux \
- libext4_utils_static \
- libsparse_static \
+ libext4_utils \
+ libsparse \
libcrypto_utils \
libcrypto \
libcutils \
diff --git a/updater/Android.mk b/updater/Android.mk
index 5d328a3fa..d8a84c248 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -31,13 +31,13 @@ updater_common_static_libraries := \
libutils \
libmounts \
libotafault \
- libext4_utils_static \
+ libext4_utils \
libfec \
libfec_rs \
libfs_mgr \
liblog \
libselinux \
- libsparse_static \
+ libsparse \
libsquashfs_utils \
libbz \
libz \