diff options
author | Xavier Ducrohet <xav@android.com> | 2012-02-23 16:59:27 -0800 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2012-02-23 18:10:20 -0800 |
commit | 816b873df1ab98d0e79913cf589b7b1fbaf14e85 (patch) | |
tree | 158f5cd764d00712d5d5eab582d5b16dab26b5f8 /tools/aapt | |
parent | eed8d0b3af8e76d6146ce4ed3fbe6ef7e172c8cd (diff) | |
download | frameworks_base-816b873df1ab98d0e79913cf589b7b1fbaf14e85.zip frameworks_base-816b873df1ab98d0e79913cf589b7b1fbaf14e85.tar.gz frameworks_base-816b873df1ab98d0e79913cf589b7b1fbaf14e85.tar.bz2 |
Move the automatic namespace outside of the res namespace. do not merge.
(cherry picked from commit d9fe8018ffbf94f18a840005e688ad1d712f0225)
Change-Id: I48ca78d5fccc75392b3f1cf9525890e5145293c4
Diffstat (limited to 'tools/aapt')
-rw-r--r-- | tools/aapt/XMLNode.cpp | 2 |
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"; |