summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-02-23 16:59:27 -0800
committerXavier Ducrohet <xav@android.com>2012-02-23 16:59:27 -0800
commitd9fe8018ffbf94f18a840005e688ad1d712f0225 (patch)
tree92ea6e2eae6f932c638869295456e07177a436fb /tools
parent583e885bef9891f582d19b06d575fc0cd96620a0 (diff)
downloadframeworks_base-d9fe8018ffbf94f18a840005e688ad1d712f0225.zip
frameworks_base-d9fe8018ffbf94f18a840005e688ad1d712f0225.tar.gz
frameworks_base-d9fe8018ffbf94f18a840005e688ad1d712f0225.tar.bz2
Move the automatic namespace outside of the res namespace.
Change-Id: I107ee94af0a13f008ef4a8844a9038b84f97a247
Diffstat (limited to 'tools')
-rw-r--r--tools/aapt/XMLNode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/XMLNode.cpp b/tools/aapt/XMLNode.cpp
index 9ee6c84..8d7acee 100644
--- a/tools/aapt/XMLNode.cpp
+++ b/tools/aapt/XMLNode.cpp
@@ -21,7 +21,7 @@
const char* const RESOURCES_ROOT_NAMESPACE = "http://schemas.android.com/apk/res/";
const char* const RESOURCES_ANDROID_NAMESPACE = "http://schemas.android.com/apk/res/android";
-const char* const RESOURCES_AUTO_PACKAGE_NAMESPACE = "http://schemas.android.com/apk/res/auto";
+const char* const RESOURCES_AUTO_PACKAGE_NAMESPACE = "http://schemas.android.com/apk/res-auto";
const char* const RESOURCES_ROOT_PRV_NAMESPACE = "http://schemas.android.com/apk/prv/res/";
const char* const XLIFF_XMLNS = "urn:oasis:names:tc:xliff:document:1.2";