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

Commit 01d137fb 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: d698bf64

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

Change-Id: Iae3095f97c548c1828abcd10b0a478b25c82b7e3
parents 0ba2de99 d698bf64
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);