Remove "_static" suffix from libext4_utils. am: 31653660ad am: 4b54093899 am: 9edd655f94

am: 68b7f08b96

Change-Id: Ia98ed0b8e0d50c2256dcacb1a5240e98c68f4adb
This commit is contained in:
Alex Deymo 2017-01-12 22:45:25 +00:00 committed by android-build-merger
commit f906d2ba70
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

@ -31,7 +31,7 @@ updater_common_static_libraries := \
libutils \
libmounts \
libotafault \
libext4_utils_static \
libext4_utils \
libfec \
libfec_rs \
libfs_mgr \