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

am: a68dc2ed55

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

Change-Id: I876fccbc3cd192e4ef08a5d249f6a7583b48bb9a
This commit is contained in:
Richard Uhler
2016-05-12 15:20:14 +00:00
committed by android-build-merger

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