OSDN Git Service

AAPT2: Ignore namespaced elements in AndroidManifest.xml
authorAdam Lesinski <adamlesinski@google.com>
Tue, 9 May 2017 01:36:33 +0000 (18:36 -0700)
committerAdam Lesinski <adamlesinski@google.com>
Tue, 9 May 2017 01:36:33 +0000 (18:36 -0700)
commit63699b128e009c65affe50995bd8f86eca1a8694
tree43c4643a1d40161e1ef402cccaa195e3e03b5204
parentf93dc8b6504200d0b6d502d924a70a743f9b1411
AAPT2: Ignore namespaced elements in AndroidManifest.xml

Some third party stores/tools expect manifest elements
under their namespace, and AAPT2 shouldn't fail if these
are present.

Bug: 37943705
Test: make aapt2_tests
Change-Id: I87b7500c7da5e8e79fc2a78b30e8e4334124af3d
tools/aapt2/link/ManifestFixer_test.cpp
tools/aapt2/xml/XmlActionExecutor.cpp
tools/aapt2/xml/XmlActionExecutor.h