]> git.saurik.com Git - android/aapt.git/blobdiff - Android.mk
am fc15bd94: am 168585ed: am 5474902f: Merge "xhdpi" into froyo
[android/aapt.git] / Android.mk
index 2d8973d89b72848752c8945bbc19540b554cefa6..499a7aca59323ff47a72c2724f28d12a20dea09c 100644 (file)
@@ -37,16 +37,16 @@ LOCAL_STATIC_LIBRARIES := \
        libexpat \
        libpng
 
-LOCAL_LDLIBS := -lz
-
 ifeq ($(HOST_OS),linux)
 LOCAL_LDLIBS += -lrt
 endif
 
-ifeq ($(HOST_OS),windows)
-ifeq ($(strip $(USE_CYGWIN),),)
-LOCAL_LDLIBS += -lws2_32
-endif
+# Statically link libz for MinGW (Win SDK under Linux),
+# and dynamically link for all others.
+ifneq ($(strip $(USE_MINGW)),)
+  LOCAL_STATIC_LIBRARIES += libz
+else
+  LOCAL_LDLIBS += -lz
 endif
 
 LOCAL_MODULE := aapt