Merge "Fix --reset argument to \'cmd package compile\'." into nyc-dev am: e4a3e5e8f1
am: a68dc2ed55
* commit 'a68dc2ed5588a16ec7432e46e899ce54103805bb':
Fix --reset argument to 'cmd package compile'.
Change-Id: I876fccbc3cd192e4ef08a5d249f6a7583b48bb9a
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user