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

Commit bb551400 authored by Nicolas Geoffray's avatar Nicolas Geoffray Committed by Automerger Merge Worker
Browse files

Merge "Update help message and remove deprecated and unused filters." into...

Merge "Update help message and remove deprecated and unused filters." into udc-dev am: 6dd7b3f4 am: a326fc35

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22119005



Change-Id: I20b25b23162385d48b599e7cef76166b619f289e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 48db14fa a326fc35
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++) {