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

Commit b86e6088 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge changes from topic "ota_dexopt_no_ampersand" am: 48b50991 am: 083bb197

am: 5a986342

Change-Id: I6f7a2d12e107c39950974d48cdf8a165d0e8a2f5
parents 56858ffb 5a986342
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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");