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":
|
case "--reset":
|
||||||
forceCompilation = true;
|
forceCompilation = true;
|
||||||
clearProfileData = true;
|
clearProfileData = true;
|
||||||
compilerFilter = "reset";
|
compilationReason = "install";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
pw.println("Error: Unknown option: " + opt);
|
pw.println("Error: Unknown option: " + opt);
|
||||||
|
|||||||
Reference in New Issue
Block a user