From: Xavier Ducrohet Date: Fri, 24 Feb 2012 00:59:27 +0000 (-0800) Subject: Move the automatic namespace outside of the res namespace. do not merge. X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/67da63f5cde4713048487178b4c9e791e14e060e?ds=sidebyside;hp=cdeafd1bff977b88d1686baab811edc95923cd3d Move the automatic namespace outside of the res namespace. do not merge. (cherry picked from commit d9fe8018ffbf94f18a840005e688ad1d712f0225) Change-Id: I48ca78d5fccc75392b3f1cf9525890e5145293c4 --- diff --git a/XMLNode.cpp b/XMLNode.cpp index 9ee6c84..8d7acee 100644 --- a/XMLNode.cpp +++ b/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";