Loading services/core/java/com/android/server/pm/OtaDexoptService.java +2 −2 Original line number Diff line number Diff line Loading @@ -284,8 +284,8 @@ public class OtaDexoptService extends IOtaDexopt.Stub { throws InstallerException { final StringBuilder builder = new StringBuilder(); // The current version. builder.append("9 "); // The current version. For v10, see b/115993344. builder.append("10 "); builder.append("dexopt"); Loading Loading
services/core/java/com/android/server/pm/OtaDexoptService.java +2 −2 Original line number Diff line number Diff line Loading @@ -284,8 +284,8 @@ public class OtaDexoptService extends IOtaDexopt.Stub { throws InstallerException { final StringBuilder builder = new StringBuilder(); // The current version. builder.append("9 "); // The current version. For v10, see b/115993344. builder.append("10 "); builder.append("dexopt"); Loading