Remove "_static" and "_host" suffix from libext4_utils.

am: 705353ae27

Change-Id: I88ab21cc4412d89b831c0d601dbc98fcbcbe4ef4
This commit is contained in:
Alex Deymo 2017-01-12 21:27:48 +00:00 committed by android-build-merger
commit c8f55cc5ca
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 \