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

Commit 5a986342 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

Change-Id: I6584054bc2de2b9bd37532c0f0577c63ed59e83c
parents b030bf0f 083bb197
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");