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

Commit 083bb197 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

Change-Id: I7fb29d916a753682807844473e98f48f7ab6eea0
parents 188615ea 48b50991
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");