]> git.saurik.com Git - android/aapt.git/commit - AaptAssets.cpp
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:20:51 +0000 (14:20 -0700)
commit73412e5816e01133d7ce21d05337ac63745b98f1
treee08f92c035e8c19a7bf03745fbe02fba4e98ed9e
parentedacf88c80e6d421cc3542268a263b9fa9e13a7f
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 froyo.

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