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

Commit 5942b376 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix idmap enforce overlayable bug"

parents ade94744 2c19bd0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -436,7 +436,7 @@ std::unique_ptr<const Idmap> Idmap::FromApkAssets(
      continue;
    }

    if (!enforce_overlayable) {
    if (enforce_overlayable) {
      Result<Unit> success =
          CheckOverlayable(*target_pkg, *overlay_info, fulfilled_policies, target_resid);
      if (!success) {