Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92a14b85 authored by Adam Lesinski's avatar Adam Lesinski Committed by android-build-merger
Browse files

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

am: 450ae41c

* commit '450ae41c':
  AAPT2: Allow <protected-broadcast> and <eat-comment> in AndroidManifest.xml

Change-Id: Ic176a1179810ed6445825dff073c0cd55b478724
parents 7b6b6e4f 450ae41c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"];