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":
forceCompilation = true;
clearProfileData = true;
compilerFilter = "reset";
compilationReason = "install";
break;
default:
pw.println("Error: Unknown option: " + opt);