]> git.saurik.com Git - android/aapt.git/commitdiff
Move the automatic namespace outside of the res namespace. do not merge.
authorXavier Ducrohet <xav@android.com>
Fri, 24 Feb 2012 00:59:27 +0000 (16:59 -0800)
committerXavier Ducrohet <xav@android.com>
Fri, 24 Feb 2012 02:10:20 +0000 (18:10 -0800)
(cherry picked from commit d9fe8018ffbf94f18a840005e688ad1d712f0225)

Change-Id: I48ca78d5fccc75392b3f1cf9525890e5145293c4

XMLNode.cpp

index 9ee6c84718d20e9a47af8578bd63033a7a0c171a..8d7acee54461284fba9c829340e8ac1d3740e167 100644 (file)
@@ -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";