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

Commit ef6ba8c4 authored by Richard Uhler's avatar Richard Uhler Committed by android-build-merger
Browse files

Merge "Fix --reset argument to \'cmd package compile\'." into nyc-dev am: e4a3e5e8

am: a68dc2ed

* commit 'a68dc2ed':
  Fix --reset argument to 'cmd package compile'.

Change-Id: I876fccbc3cd192e4ef08a5d249f6a7583b48bb9a
parents 0ba2de99 a68dc2ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -284,7 +284,7 @@ class PackageManagerShellCommand extends ShellCommand {
                case "--reset":
                case "--reset":
                    forceCompilation = true;
                    forceCompilation = true;
                    clearProfileData = true;
                    clearProfileData = true;
                    compilerFilter = "reset";
                    compilationReason = "install";
                    break;
                    break;
                default:
                default:
                    pw.println("Error: Unknown option: " + opt);
                    pw.println("Error: Unknown option: " + opt);