Merge "Fix --reset argument to 'cmd package compile'." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e4a3e5e8f1
@@ -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