]> git.saurik.com Git - android/aapt.git/commit - Main.h
Add single crunch command to aapt. do not merge.
authorXavier Ducrohet <xav@android.com>
Fri, 21 Dec 2012 17:54:02 +0000 (09:54 -0800)
committerXavier Ducrohet <xav@android.com>
Wed, 2 Jan 2013 23:41:52 +0000 (15:41 -0800)
commit853cbd5801d6c83dca7ee7ab8f3392b16bde7c96
tree2e72c7899aa41891d1473c1dc4834cc710f214fd
parent951317fbfb58871a37d63cee6de1498bcfb63e6a
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
Bundle.h
Command.cpp
Main.cpp
Main.h