From: Xavier Ducrohet Date: Fri, 3 Feb 2012 01:18:18 +0000 (-0800) Subject: Make aapt ignore tools-related data. X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/78063da3d3092ea172859981719c461dc15a622c?hp=78063da3d3092ea172859981719c461dc15a622c 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 ---