]> 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)
committerYing Wang <wangying@google.com>
Thu, 31 May 2012 22:06:22 +0000 (15:06 -0700)
commit746e987f41f60fb61d8e6a2b14cd3d88f2ba521e
treedb266123a640d9480a8ec37953a4bda7e65e805b
parent4bc0f49c625c59047a4ae1bfbb9a14f0c017a341
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