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

am: e4a3e5e8f1

* commit 'e4a3e5e8f13c4290e3e4c5667bedcd66ce699e63':
  Fix --reset argument to 'cmd package compile'.

Change-Id: Ie171523d64aa8ecd38bba3067756f3736f4ae0ef
This commit is contained in:
Richard Uhler
2016-05-12 15:17:36 +00:00
committed by android-build-merger

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