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

Commit f22eb963 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am c9fe6568: am 9e22d9c5: Merge "Fix "Too many open files" error for aapt...

am c9fe6568: am 9e22d9c5: Merge "Fix "Too many open files" error for aapt built with Mac OS X SDK 10.6."

* commit 'c9fe6568':
  Fix "Too many open files" error for aapt built with Mac OS X SDK 10.6.
parents 4835c17b c9fe6568
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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