]> 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>
Mon, 6 Feb 2012 19:25:28 +0000 (11:25 -0800)
commit7e766d8ef82164c727a05b7075b99f3454d4cc19
treed9128b68352c074304d0f24a2a4b81587b50a432
parent8d798f44c2f70068485f03fb01c5846fb8640881
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.

(cherry picked from commit a5d5e9d906583ebeb590ca200ca9840302a5cd1a)

Change-Id: I62937b8bc34c07ac544930aa8eadd7797e0179d5
XMLNode.cpp