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

Commit a68dc2ed 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

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

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