]> git.saurik.com Git - android/aapt.git/commitdiff
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)
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


No differences found