]> git.saurik.com Git - android/aapt.git/commit
Make aapt ignore tools-related data.
authorXavier Ducrohet <xav@android.com>
Fri, 3 Feb 2012 01:18:18 +0000 (17:18 -0800)
committerXavier Ducrohet <xav@android.com>
Fri, 3 Feb 2012 01:53:43 +0000 (17:53 -0800)
commit78063da3d3092ea172859981719c461dc15a622c
tree386e0779ab1f88913f45efeadf0b2b7b745e9703
parent4f41c7f7892c7e65393723aa8fdffc236d959fb7
Make aapt ignore tools-related data.

This patchset introduces a new standard namespace http://schemas.android.com/tools
which will be used for tools specific XML attributes.
Any attributes using this namespace will not be compiled into the binary XML file.

The namespace node is also not written at all, and its string is not collected
to ensure that there is no impact on the devices.

Change-Id: I3e75d44cda54e1fa7b5cdc56b3eb27db80fe7761
XMLNode.cpp