Remove "_static" and "_host" suffix from libext4_utils. am: 705353ae27 am: c8f55cc5ca am: 8e3e4effaa

am: 31caef4170

Change-Id: Iaa09dc2c5693cbf889a60382df8051b5e5e74047
This commit is contained in:
Alex Deymo 2017-01-12 22:45:45 +00:00 committed by android-build-merger
commit 0638e0e65b
4 changed files with 4 additions and 4 deletions

View File

@ -336,7 +336,7 @@ LOCAL_STATIC_LIBRARIES := \
libfec_rs \
libselinux \
liblog \
libext4_utils_static \
libext4_utils \
libsquashfs_utils \
libcutils \
libbase \

View File

@ -57,7 +57,7 @@ LOCAL_C_INCLUDES_windows := development/host/windows/usb/api
LOCAL_STATIC_LIBRARIES := \
libziparchive \
libext4_utils_host \
libext4_utils \
libsparse_host \
libutils \
liblog \

View File

@ -9,7 +9,7 @@ common_static_libraries := \
libbase \
libcrypto_utils \
libcrypto \
libext4_utils_static \
libext4_utils \
libsquashfs_utils \
libselinux

View File

@ -92,7 +92,7 @@ LOCAL_STATIC_LIBRARIES := \
libsquashfs_utils \
liblogwrap \
libcutils \
libext4_utils_static \
libext4_utils \
libbase \
libc \
libselinux \