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

Commit 5bc7f5f0 authored by David Brazdil's avatar David Brazdil Committed by Android (Google) Code Review
Browse files

Merge "Enable profile merging for post-OTA package verification" into nyc-dev

parents e12d62bd 5da9dad2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ public class BackgroundDexOptService extends JobService {
                    // jobs because PackageDexOptimizer.performDexOpt is synchronized.
                    pm.performDexOpt(pkg,
                            /* instruction set */ null,
                            /* checkProfiles */ false,
                            /* checkProfiles */ true,
                            PackageManagerService.REASON_BOOT,
                            /* force */ false);
                }
+1 −1
Original line number Diff line number Diff line
@@ -7197,7 +7197,7 @@ public class PackageManagerService extends IPackageManager.Stub {
            performDexOpt(pkg.packageName,
                    null /* instructionSet */,
                    false /* checkProfiles */,
                    true /* checkProfiles */,
                    causeFirstBoot ? REASON_FIRST_BOOT : REASON_BOOT,
                    false /* force */);
        }