Merge "Always use our copy of libz"
am: d78df25e19
Change-Id: I48dfc1fac19774c51f69b089136111867e77aff3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user