Skip to content

Commit 816b873

Browse files
author
Xavier Ducrohet
committed
Move the automatic namespace outside of the res namespace. do not merge.
(cherry picked from commit d9fe801) Change-Id: I48ca78d5fccc75392b3f1cf9525890e5145293c4
1 parent eed8d0b commit 816b873

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)