OSDN Git Service

Add single crunch command to aapt.
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 18:30:25 +0000 (10:30 -0800)
commitb1f6ad82dd8d1702617a757a88430604b3131fac
treebecaaa8c87cba0c0bd564fdef39c93f8107a11c1
parent2d1eb74a8e5deed8b567426ce448a9e37b11cfee
Add single crunch command to aapt.

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.

Change-Id: I635ee3e871d035b9db2fb593802d914e48241abf
tools/aapt/Bundle.h
tools/aapt/Command.cpp
tools/aapt/Main.cpp
tools/aapt/Main.h