summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-01-12 23:45:25 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-12 23:45:25 +0100
commitf906d2ba70ff52811efb4d579431e9938d3ac457 (patch)
tree328f0fbe160e48781405782a76f66307c019e820
parentImport translations. DO NOT MERGE (diff)
parentRemove "_static" suffix from libext4_utils. am: 31653660ad am: 4b54093899 (diff)
downloadandroid_bootable_recovery-f906d2ba70ff52811efb4d579431e9938d3ac457.tar
android_bootable_recovery-f906d2ba70ff52811efb4d579431e9938d3ac457.tar.gz
android_bootable_recovery-f906d2ba70ff52811efb4d579431e9938d3ac457.tar.bz2
android_bootable_recovery-f906d2ba70ff52811efb4d579431e9938d3ac457.tar.lz
android_bootable_recovery-f906d2ba70ff52811efb4d579431e9938d3ac457.tar.xz
android_bootable_recovery-f906d2ba70ff52811efb4d579431e9938d3ac457.tar.zst
android_bootable_recovery-f906d2ba70ff52811efb4d579431e9938d3ac457.zip
-rw-r--r--Android.mk2
-rw-r--r--tests/Android.mk2
-rw-r--r--updater/Android.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 2943f016b..7c3bec273 100644
--- a/Android.mk
+++ b/Android.mk
@@ -76,7 +76,7 @@ LOCAL_C_INCLUDES += \
LOCAL_STATIC_LIBRARIES := \
libbatterymonitor \
libbootloader_message \
- libext4_utils_static \
+ libext4_utils \
libsparse_static \
libziparchive \
libotautil \
diff --git a/tests/Android.mk b/tests/Android.mk
index 0aca8c6c7..09cedccb9 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -99,7 +99,7 @@ LOCAL_STATIC_LIBRARIES := \
libfs_mgr \
liblog \
libselinux \
- libext4_utils_static \
+ libext4_utils \
libsparse_static \
libcrypto_utils \
libcrypto \
diff --git a/updater/Android.mk b/updater/Android.mk
index 5d328a3fa..22c73241a 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -31,7 +31,7 @@ updater_common_static_libraries := \
libutils \
libmounts \
libotafault \
- libext4_utils_static \
+ libext4_utils \
libfec \
libfec_rs \
libfs_mgr \