summaryrefslogtreecommitdiff
path: root/startop/view_compiler/tinyxml_layout_parser.cc
AgeCommit message (Collapse)Author
2018-12-14[view-compiler] Add layout validationEric Holk
Layout validation walks over a layout resource and verifies that the layout only uses features the layout compiler supports. Currently this means we reject layouts that use any of the following tags: * include * fragment * merge * view In the future, we will extend the layout compiler to handle these, but for now we want to be liberal in what we reject. Bug: 111895153 Test: atest view-compiler-tests Change-Id: I8dca30c035a83b6763497a36fc60c68438fa1b0c