Skip to content

Commit 54c8c3d

Browse files
Xavier DucrohetAndroid Git Automerger
authored andcommitted
am b3c780f: am 816b873: 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.
2 parents 85eb3f0 + b3c780f commit 54c8c3d

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)