summaryrefslogtreecommitdiffstats
path: root/tools/aapt2/XmlDom.cpp
Commit message (Collapse)AuthorAgeFilesLines
* AAPT2: Change xml file parsing to DOM basedAdam Lesinski2015-06-041-0/+431
We modify the XML of layouts and AndroidManifest enough that it warrants we operate on the tree in memory. These files are never very large so this should be fine. Change-Id: I5d597abdb3fca2a203cf7c0b40fcd926aecb3137