Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91720463 authored by Raphael's avatar Raphael Committed by Android Git Automerger
Browse files

am 7fca18d4: am 29355534: Fix aapt to build in Windows SDK under Linux

Merge commit '7fca18d4' into kraken

* commit '7fca18d4':
  Fix aapt to build in Windows SDK under Linux
parents 3c8c6919 7fca18d4
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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