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

Commit 6f8a3cee authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "PMSCompilerMapping: Hardcode a value for pm.dexopt.shared"

am: eb3bff53

Change-Id: I285d7cf715dc0b2e08d7003cecfd92bfc3b9c8da
parents 1ef2e98a eb3bff53
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -59,6 +59,8 @@ public class PackageManagerServiceCompilerMapping {
        // vendor.
        if ("pm.dexopt.inactive".equals(sysPropName)) {
            sysPropValue = "verify";
        } else if ("pm.dexopt.shared".equals(sysPropName)) {
            sysPropValue = "speed";
        } else {
            sysPropValue = SystemProperties.get(sysPropName);
        }