Merge changes from topic 'host_suffix_cleanup'

* changes:
  Remove "_static" suffix from libsparse
  Remove "_static" suffix from libext4_utils.
This commit is contained in:
Alex Deymo
2017-01-12 21:23:10 +00:00
committed by Gerrit Code Review
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -76,8 +76,8 @@ LOCAL_C_INCLUDES += \
LOCAL_STATIC_LIBRARIES := \ LOCAL_STATIC_LIBRARIES := \
libbatterymonitor \ libbatterymonitor \
libbootloader_message \ libbootloader_message \
libext4_utils_static \ libext4_utils \
libsparse_static \ libsparse \
libziparchive \ libziparchive \
libotautil \ libotautil \
libmounts \ libmounts \
+2 -2
View File
@@ -99,8 +99,8 @@ LOCAL_STATIC_LIBRARIES := \
libfs_mgr \ libfs_mgr \
liblog \ liblog \
libselinux \ libselinux \
libext4_utils_static \ libext4_utils \
libsparse_static \ libsparse \
libcrypto_utils \ libcrypto_utils \
libcrypto \ libcrypto \
libcutils \ libcutils \
+2 -2
View File
@@ -31,13 +31,13 @@ updater_common_static_libraries := \
libutils \ libutils \
libmounts \ libmounts \
libotafault \ libotafault \
libext4_utils_static \ libext4_utils \
libfec \ libfec \
libfec_rs \ libfec_rs \
libfs_mgr \ libfs_mgr \
liblog \ liblog \
libselinux \ libselinux \
libsparse_static \ libsparse \
libsquashfs_utils \ libsquashfs_utils \
libbz \ libbz \
libz \ libz \