Merge "Rename \'all\' compile mode to \'full\'" into nyc-dev

am: b7efced3c4

* commit 'b7efced3c4c4c6ec47eaeded545774c39e218eb8':
  Rename 'all' compile mode to 'full'
This commit is contained in:
David Brazdil
2016-03-08 16:56:08 +00:00
committed by android-build-merger

View File

@@ -268,7 +268,7 @@ class PackageManagerShellCommand extends ShellCommand {
useJitProfiles = SystemProperties.getBoolean("dalvik.vm.usejitprofiles", false);
extractOnly = false;
break;
case "all":
case "full":
useJitProfiles = false;
extractOnly = false;
break;
@@ -1185,7 +1185,8 @@ class PackageManagerShellCommand extends ShellCommand {
pw.println(" -c: clear profile data before compiling");
pw.println(" -f: force compilation even if not needed");
pw.println(" -m: select compilation mode");
pw.println(" MODE can be one of \"default\", \"all\", \"profile\", and \"extract\"");
pw.println(" MODE can be one of \"default\", \"full\", \"profile\","
" and \"extract\"");
pw.println(" --reset: restore the package to post-install state");
pw.println(" shorthand for \"-c -f -m extract\"");
pw.println(" list features");