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:09 +00:00
committed by Gerrit Code Review
3 changed files with 6 additions and 6 deletions

View File

@@ -76,8 +76,8 @@ LOCAL_C_INCLUDES += \
LOCAL_STATIC_LIBRARIES := \
libbatterymonitor \
libbootloader_message \
libext4_utils_static \
libsparse_static \
libext4_utils \
libsparse \
libziparchive \
libotautil \
libmounts \

View File

@@ -99,8 +99,8 @@ LOCAL_STATIC_LIBRARIES := \
libfs_mgr \
liblog \
libselinux \
libext4_utils_static \
libsparse_static \
libext4_utils \
libsparse \
libcrypto_utils \
libcrypto \
libcutils \

View File

@@ -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 \