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

Bug: 34220783
Change-Id: I967dbaa9c48ad1feed2369c3a40f745b86a350f8
This commit is contained in:
Alex Deymo 2017-01-11 14:03:11 -08:00
parent d5583867c6
commit 705353ae27
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 \