summaryrefslogtreecommitdiffstats
path: root/tools/aapt/XMLNode.h
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2010-01-06 15:46:38 -0600
committerJeff Hamilton <jham@android.com>2010-02-01 18:47:01 -0600
commit2fee0ed6eb99b211efa06f095a41268a2021214a (patch)
treebc7ce3df25a1d7ec1f61fb85ef56899dab5eb66b /tools/aapt/XMLNode.h
parent7188f946521d64ea21121939d2a4c279f33fe910 (diff)
downloadframeworks_base-2fee0ed6eb99b211efa06f095a41268a2021214a.zip
frameworks_base-2fee0ed6eb99b211efa06f095a41268a2021214a.tar.gz
frameworks_base-2fee0ed6eb99b211efa06f095a41268a2021214a.tar.bz2
Add the --rename-manifest-package option to aapt.
It allows you to force override the manifest package listed in the AndroidManifest.xml when creating an APK file. Change-Id: I7eac7943c4e56610b65728ae54773a273634fd9d
Diffstat (limited to 'tools/aapt/XMLNode.h')
-rw-r--r--tools/aapt/XMLNode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/aapt/XMLNode.h b/tools/aapt/XMLNode.h
index dc92fa7..e9a263b 100644
--- a/tools/aapt/XMLNode.h
+++ b/tools/aapt/XMLNode.h
@@ -95,6 +95,8 @@ public:
const attribute_entry* getAttribute(const String16& ns, const String16& name) const;
+ attribute_entry* editAttribute(const String16& ns, const String16& name);
+
const String16& getCData() const;
const String16& getComment() const;