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

Commit 2a81ea9a 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

am: ef6ba8c4

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

Change-Id: I192bcef71bb72b89b8101f16dec9a85b996d6190
parents 3f082279 ef6ba8c4
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);