We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36ac43b + 41bdb03 commit 9e22d9cCopy full SHA for 9e22d9c
1 file changed
tools/aapt/Android.mk
@@ -29,6 +29,10 @@ LOCAL_SRC_FILES := \
29
30
31
LOCAL_CFLAGS += -Wno-format-y2k
32
+ifeq (darwin,$(HOST_OS))
33
+LOCAL_CFLAGS += -D_DARWIN_UNLIMITED_STREAMS
34
+endif
35
+
36
37
LOCAL_C_INCLUDES += external/expat/lib
38
LOCAL_C_INCLUDES += external/libpng
0 commit comments