Merge "Fix --reset argument to 'cmd package compile'." into nyc-dev

This commit is contained in:
Richard Uhler
2016-05-12 15:13:03 +00:00
committed by Android (Google) Code Review

View File

@@ -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);