]> git.saurik.com Git - android/aapt.git/commit
aapt now attempts to process all assets even if some are malformed.
authorDaniel Sandler <dsandler@google.com>
Fri, 14 Aug 2009 20:47:30 +0000 (13:47 -0700)
committerDaniel Sandler <dsandler@google.com>
Mon, 17 Aug 2009 14:55:47 +0000 (10:55 -0400)
commit8f940cc47d01a1616bc2d43b471ef07ef2beda51
tree94df9a2170aa9a537caebff1773b7ea87aa9a249
parenta76631e8a1142047b5671a7cb4e7c784cd8de423
aapt now attempts to process all assets even if some are malformed.

Previously aapt would bail out on the first broken image, making it difficult to compile a comprehensive list of broken images.  Now it will pre- and post-process all of them and report any and all errors (before exiting with an error code if any errors were encountered).

Bug: 2055485
Resource.cpp