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

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

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

Merge "Revert "PMSCompilerMapping: Hardcode a value for pm.dexopt.shared"" am: f597ad51 am: 41c52377
am: 1fb4c9a4

Change-Id: If003333607b55f06bc6e2324464bf2195861278d
parents 5f3d5e91 1fb4c9a4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -59,8 +59,6 @@ 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);
        }