]> 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 18:07:56 +0000 (11:07 -0700)
commitf04c74b74b8bbb373ae4fde3bf8650bd89383dfb
tree6c3aeb99d867c6a23dc63006fb205ed604531f97
parent2fd99183f2a64d09f193b96c6c6d56966e61b219
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: I6f0a7af7b7d51f26bb0ec012e6f142a6060b8618
Bundle.h
Main.cpp
Resource.cpp