]> git.saurik.com Git - android/aapt.git/commit
Add --max-res-version flag to aapt.
authorFicus Kirkpatrick <ficus@android.com>
Fri, 13 Aug 2010 21:13:08 +0000 (14:13 -0700)
committerFicus Kirkpatrick <ficus@android.com>
Fri, 13 Aug 2010 21:13:08 +0000 (14:13 -0700)
commit450d85aded79a172921f28e5f3b6cf447bb97f29
tree4706f8b59f06cb2e6746797333f4abb9132cf840
parentb1b4591243a77cb1238d79adb0ca240bbf5a11fa
Add --max-res-version flag to aapt.

aapt will ignore any versioned resource directories over the
specified version (if used).  e.g. --max-res-version=6 will
cause layout-land-v7 to be ignored.

Merged from eclair.

Change-Id: I40ccf820c8a6e3074fccc987dd60a511dd8eb0de
AaptAssets.cpp
Bundle.h
Main.cpp