Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fdfc885 authored by Nicolas Geoffray's avatar Nicolas Geoffray
Browse files

Update help message and remove deprecated and unused filters.

Bug: 237380287

Change-Id: Ifae3cceea8e7d66786c68cc854b56b5fddb13848
parent 551337c5
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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++) {