]> git.saurik.com Git - android/aapt.git/commit
Fix "Too many open files" error for aapt built with Mac OS X SDK 10.6.
authorYing Wang <wangying@google.com>
Thu, 31 May 2012 01:02:55 +0000 (18:02 -0700)
committerJean-Baptiste Queru <jbq@google.com>
Tue, 5 Jun 2012 21:30:39 +0000 (14:30 -0700)
commit293395f85715007b05ab8b00223820d222c69cbd
tree08fdfb01e8966af719ee5a5bc92f2deac2594054
parentf77a54f9436c77b4eb193fb853e48129a02fcfc8
Fix "Too many open files" error for aapt built with Mac OS X SDK 10.6.

With SDK 10.6 without _DARWIN_UNLIMITED_STREAMS aapt sometimes fails
right away with the error "Too many open files" when calling fopen().

Change-Id: Ifa7bd8a9530d706aa47f98be8186f1aefe943d76
Android.mk