Skip to content

Commit b3c780f

Browse files
Xavier DucrohetAndroid Git Automerger
authored andcommitted
am 816b873: Move the automatic namespace outside of the res namespace. do not merge.
* commit '816b873df1ab98d0e79913cf589b7b1fbaf14e85': Move the automatic namespace outside of the res namespace. do not merge.
2 parents 9694910 + 816b873 commit b3c780f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/aapt/XMLNode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
const char* const RESOURCES_ROOT_NAMESPACE = "http://schemas.android.com/apk/res/";
2323
const char* const RESOURCES_ANDROID_NAMESPACE = "http://schemas.android.com/apk/res/android";
24-
const char* const RESOURCES_AUTO_PACKAGE_NAMESPACE = "http://schemas.android.com/apk/res/auto";
24+
const char* const RESOURCES_AUTO_PACKAGE_NAMESPACE = "http://schemas.android.com/apk/res-auto";
2525
const char* const RESOURCES_ROOT_PRV_NAMESPACE = "http://schemas.android.com/apk/prv/res/";
2626

2727
const char* const XLIFF_XMLNS = "urn:oasis:names:tc:xliff:document:1.2";

0 commit comments

Comments
 (0)