Update help message and remove deprecated and unused filters.

Bug: 237380287

Change-Id: Ifae3cceea8e7d66786c68cc854b56b5fddb13848
This commit is contained in:
Nicolas Geoffray
2023-03-17 11:38:26 +00:00
parent 551337c5c1
commit 1fdfc885f4

View File

@@ -4400,15 +4400,9 @@ class PackageManagerShellCommand extends ShellCommand {
pw.println(" -f: force compilation even if not needed");
pw.println(" -m: select compilation mode");
pw.println(" MODE is one of the dex2oat compiler filters:");
pw.println(" assume-verified");
pw.println(" extract");
pw.println(" verify");
pw.println(" quicken");
pw.println(" space-profile");
pw.println(" space");
pw.println(" speed-profile");
pw.println(" speed");
pw.println(" everything");
pw.println(" -r: select compilation reason");
pw.println(" REASON is one of:");
for (int i = 0; i < PackageManagerServiceCompilerMapping.REASON_STRINGS.length; i++) {