Remove "_static" and "_host" suffix from libext4_utils. am: 705353ae27
am: c8f55cc5ca
am: 8e3e4effaa
Change-Id: Ie55012b07cb84ba642ff017ca6bcf74a304dde37
This commit is contained in:
commit
31caef4170
|
@ -336,7 +336,7 @@ LOCAL_STATIC_LIBRARIES := \
|
|||
libfec_rs \
|
||||
libselinux \
|
||||
liblog \
|
||||
libext4_utils_static \
|
||||
libext4_utils \
|
||||
libsquashfs_utils \
|
||||
libcutils \
|
||||
libbase \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -9,7 +9,7 @@ common_static_libraries := \
|
|||
libbase \
|
||||
libcrypto_utils \
|
||||
libcrypto \
|
||||
libext4_utils_static \
|
||||
libext4_utils \
|
||||
libsquashfs_utils \
|
||||
libselinux
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@ LOCAL_STATIC_LIBRARIES := \
|
|||
libsquashfs_utils \
|
||||
liblogwrap \
|
||||
libcutils \
|
||||
libext4_utils_static \
|
||||
libext4_utils \
|
||||
libbase \
|
||||
libc \
|
||||
libselinux \
|
||||
|
|
Loading…
Reference in New Issue