OSDN Git Service

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)
commit22d7cf239d8a9b009ea7adf86d8826a8a8116d03
tree80b4db57378fff41d163e2980dd9ff0a7b6e6840
parent0dae634b06f5dc6039a5aaa9c0f00250e10c6547
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
tools/aapt/Bundle.h
tools/aapt/Command.cpp
tools/aapt/Main.cpp
tools/aapt/Main.h