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

Commit b2d754ce authored by Victor Hsieh's avatar Victor Hsieh
Browse files

Replace pm.dexopt.priv-apps with existing constant

It was missed before during the rename.

Test: build
Bug: 63920015
Change-Id: Icb20a328b3d8acedca06cf6a781443d5611bb43d
parent 4e561f83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10355,7 +10355,7 @@ public class PackageManagerService extends IPackageManager.Stub
        if (Build.IS_DEBUGGABLE &&
                pkg.isPrivileged() &&
                !SystemProperties.getBoolean("pm.dexopt.priv-apps", true)) {
                !SystemProperties.getBoolean(PROPERTY_NAME_PM_DEXOPT_PRIV_APPS_OOB, true)) {
            PackageManagerServiceUtils.logPackageHasUncompressedCode(pkg);
        }