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

Commit a8a9acaf authored by Shubham Ajmera's avatar Shubham Ajmera Committed by android-build-merger
Browse files

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

am: 3de87501

Change-Id: I570bcf56e7b971b452007eb8db1ce6f13066ce05
parents 1efca130 3de87501
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;
    }