Merge "Always use our copy of libz"
This commit is contained in:
@@ -12,13 +12,8 @@ LOCAL_SRC_FILES := etc1tool.cpp
|
|||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
libexpat \
|
libexpat \
|
||||||
libpng \
|
libpng \
|
||||||
libETC1
|
libETC1 \
|
||||||
|
libz
|
||||||
# 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
|
|
||||||
|
|
||||||
LOCAL_MODULE := etc1tool
|
LOCAL_MODULE := etc1tool
|
||||||
LOCAL_MODULE_HOST_OS := darwin linux windows
|
LOCAL_MODULE_HOST_OS := darwin linux windows
|
||||||
|
|||||||
Reference in New Issue
Block a user