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

Commit 3de87501 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove broken secondary dexopt during OTA" into oc-mr1-dev

parents ec025834 7c147119
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -323,11 +323,6 @@ public class OtaDexoptService extends IOtaDexopt.Stub {
                new DexoptOptions(pkg.packageName, compilationReason,
                        DexoptOptions.DEXOPT_BOOT_COMPLETE));

        mPackageManagerService.getDexManager().dexoptSecondaryDex(
                new DexoptOptions(pkg.packageName, compilationReason,
                        DexoptOptions.DEXOPT_ONLY_SECONDARY_DEX |
                                DexoptOptions.DEXOPT_BOOT_COMPLETE));

        return commands;
    }