Merge "Always use our copy of libz"

am: d78df25e19

Change-Id: I48dfc1fac19774c51f69b089136111867e77aff3
This commit is contained in:
Dan Willemsen
2017-09-27 00:00:54 +00:00
committed by android-build-merger

View File

@@ -12,13 +12,8 @@ LOCAL_SRC_FILES := etc1tool.cpp
LOCAL_STATIC_LIBRARIES := \
libexpat \
libpng \
libETC1
# Statically link libz for MinGW (Win SDK under Linux),
# and dynamically link for all others.
LOCAL_STATIC_LIBRARIES_windows := libz
LOCAL_LDLIBS_darwin := -lz
LOCAL_LDLIBS_linux := -lrt -lz
libETC1 \
libz
LOCAL_MODULE := etc1tool
LOCAL_MODULE_HOST_OS := darwin linux windows