From: Xavier Ducrohet Date: Fri, 24 Feb 2012 02:44:16 +0000 (-0800) Subject: am b3c780f1: am 816b873d: Move the automatic namespace outside of the res namespace... X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/2dc8436a9b21eab1c7a04ecbafd5a9af9bb19e8c?hp=1adeaa3a1807316573a5f9d3d3d7c599086619c3 am b3c780f1: am 816b873d: Move the automatic namespace outside of the res namespace. do not merge. * commit 'b3c780f16c37d2fb41a4eb211ea062b4c0b4e366': Move the automatic namespace outside of the res namespace. do not merge. --- 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";