am 9e22d9c5
: Merge "Fix "Too many open files" error for aapt built with Mac OS X SDK 10.6."
* commit '9e22d9c514457c4b163d03b9241e4e28b1698368': Fix "Too many open files" error for aapt built with Mac OS X SDK 10.6.
This commit is contained in:
committed by
Android Git Automerger
commit
c9fe6568f3
@ -29,6 +29,10 @@ LOCAL_SRC_FILES := \
|
||||
|
||||
|
||||
LOCAL_CFLAGS += -Wno-format-y2k
|
||||
ifeq (darwin,$(HOST_OS))
|
||||
LOCAL_CFLAGS += -D_DARWIN_UNLIMITED_STREAMS
|
||||
endif
|
||||
|
||||
|
||||
LOCAL_C_INCLUDES += external/expat/lib
|
||||
LOCAL_C_INCLUDES += external/libpng
|
||||
|
Reference in New Issue
Block a user