Merge "AAPT2: Allow <protected-broadcast> and <eat-comment> in AndroidManifest.xml" into nyc-dev

This commit is contained in:
Adam Lesinski
2016-04-07 00:43:17 +00:00
committed by Android (Google) Code Review

View File

@@ -168,6 +168,8 @@ bool ManifestFixer::buildRules(xml::XmlActionExecutor* executor, IDiagnostics* d
return true;
});
manifestAction[u"eat-comment"];
manifestAction[u"protected-broadcast"];
manifestAction[u"uses-permission"];
manifestAction[u"permission"];
manifestAction[u"permission-tree"];