Loading services/core/java/com/android/server/pm/OtaDexoptService.java +0 −5 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
services/core/java/com/android/server/pm/OtaDexoptService.java +0 −5 Original line number Diff line number Diff line Loading @@ -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; } Loading