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

Commit eb3bff53 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 5c7de22a e131dac8
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);
        }