Remove "_static" suffix from libsparse am: 67f3aa8804 am: 204369ef1a am: 9e93a79f4c

am: 3cbb199e24

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

View File

@@ -77,7 +77,7 @@ LOCAL_STATIC_LIBRARIES := \
libbatterymonitor \
libbootloader_message \
libext4_utils \
libsparse_static \
libsparse \
libziparchive \
libotautil \
libmounts \

View File

@@ -100,7 +100,7 @@ LOCAL_STATIC_LIBRARIES := \
liblog \
libselinux \
libext4_utils \
libsparse_static \
libsparse \
libcrypto_utils \
libcrypto \
libcutils \

View File

@@ -37,7 +37,7 @@ updater_common_static_libraries := \
libfs_mgr \
liblog \
libselinux \
libsparse_static \
libsparse \
libsquashfs_utils \
libbz \
libz \