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

Commit 1b55ccb1 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

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

This reverts commit e131dac8.

Reason for revert: ART default properties are now in /system.

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