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

Commit 36f6ccfd 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

am: 6f8a3cee

Change-Id: Ic2399e02d2102f984defb92c29b3568b94ebb244
parents 7f404200 6f8a3cee
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);
        }