]> git.saurik.com Git - android/aapt.git/commit
Add a --debug-mode option to aapt.
authorXavier Ducrohet <xav@android.com>
Tue, 31 Aug 2010 17:45:31 +0000 (10:45 -0700)
committerXavier Ducrohet <xav@android.com>
Tue, 31 Aug 2010 22:46:59 +0000 (15:46 -0700)
commitdcfa6438188a1b8e6138f3b4d3a0a98459a1223b
tree6794dae2a21a8569785f0026eae96aaa2cdd2c62
parentca72a28fca8dc0ea3224945d01977d8cc268f332
Add a --debug-mode option to aapt.

When passed (with no needed parameters) to the aapt command line,
aapt will insert debuggable=true in the application node of the manifest
automatically.

This is to be used by the SDK tools to make true "debug" builds
that require no code/file change.

Change-Id: I909759caef499a91d10cc9a0902c6448c87e75ef
Bundle.h
Main.cpp
Resource.cpp