Remove "_static" suffix from libsparse

am: 67f3aa8804

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