]> git.saurik.com Git - android/aapt.git/commit - Bundle.h
Add --custom-package to aapt
authorXavier Ducrohet <xav@android.com>
Tue, 1 Dec 2009 02:05:10 +0000 (18:05 -0800)
committerXavier Ducrohet <xav@android.com>
Tue, 1 Dec 2009 02:05:10 +0000 (18:05 -0800)
commitfa19db5eb73058e755cd98b77a0bffa17c7f9cda
tree63189620795a6d3fae13576b9be55d64f94020ab
parent3648aeafd19e6850bd58e5d6c930dbe90a9b4194
Add --custom-package to aapt

This is needed to add library support to the SDK.

The goal is to have libraries and main project use the same
package for the R/Manifest classes to that they can share code
and resources.

BUG 2293994

Change-Id: Ie4cdb5a3bdabe1760a91316fd8969e4f53344bf9
Bundle.h
Command.cpp
Main.cpp