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

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

Merge "AAPT2: Fix typo in manifest validation expectation" into oc-dev

am: 7cf8ca95

Change-Id: I58d0fd8fa128b0c8773a9fd158ae4fd9c46cd748
parents 23a0f58e 7cf8ca95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -332,7 +332,7 @@ bool ManifestFixer::BuildRules(xml::XmlActionExecutor* executor,

  // Provider actions.
  application_action["provider"] = component_action;
  application_action["provider"]["grant-uri-permissions"];
  application_action["provider"]["grant-uri-permission"];
  application_action["provider"]["path-permission"];

  return true;