diff options
author | Xavier Ducrohet <xav@android.com> | 2010-02-04 18:45:31 -0800 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2010-02-04 18:53:14 -0800 |
commit | 99080c7d9ad9e5ccfec70dd10e4c24468a960c45 (patch) | |
tree | 5ebcc1e38b01a53bb07617bd1b151d1c8fa5f1b5 /tools/aapt/ResourceTable.h | |
parent | 732ebb1bc3d7760fd424b84e0235ea9946100102 (diff) |
Add --auto-add-overlay option to aapt.
This option allows resources only present in overlays to be
added automatically instead of being declared through <add-resource>
Change-Id: Iff782311056f6a045193e57d204f7d3413e11b26
Diffstat (limited to 'tools/aapt/ResourceTable.h')
-rw-r--r-- | tools/aapt/ResourceTable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/aapt/ResourceTable.h b/tools/aapt/ResourceTable.h index cfa75a716b64..60d09012beda 100644 --- a/tools/aapt/ResourceTable.h +++ b/tools/aapt/ResourceTable.h @@ -425,7 +425,8 @@ public: const SourcePos& pos, const ResTable_config* config = NULL, bool doSetIndex = false, - bool overlay = false); + bool overlay = false, + bool autoAddOverlay = false); const SourcePos& getFirstPublicSourcePos() const { return *mFirstPublicSourcePos; } |