From: Xavier Ducrohet Date: Fri, 21 Dec 2012 17:54:02 +0000 (-0800) Subject: Add single crunch command to aapt. do not merge. X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/853cbd5801d6c83dca7ee7ab8f3392b16bde7c96?ds=sidebyside;hp=853cbd5801d6c83dca7ee7ab8f3392b16bde7c96 Add single crunch command to aapt. do not merge. Previously the crunch command would work on a full res folder and output a full res folder (with only the drawables). This was only used in the SDK. The incremental logic is moved to the SDK build system so we change the crunch command (or rather add a new one) to only crunch a single file. (cherry picked from commit b1f6ad82dd8d1702617a757a88430604b3131fac) Change-Id: I3653f67ee321eac37cb8a6d228b1ef6d104ff0be ---