Move the automatic namespace outside of the res namespace. do not merge.

(cherry picked from commit d9fe8018ff)

Change-Id: I48ca78d5fccc75392b3f1cf9525890e5145293c4
This commit is contained in:
Xavier Ducrohet
2012-02-23 16:59:27 -08:00
parent eed8d0b3af
commit 816b873df1

View 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";