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

Commit b7efced3 authored by David Brazdil's avatar David Brazdil Committed by Android (Google) Code Review
Browse files

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

parents 6beb8b8d ce389e53
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -268,7 +268,7 @@ class PackageManagerShellCommand extends ShellCommand {
                useJitProfiles = SystemProperties.getBoolean("dalvik.vm.usejitprofiles", false);
                useJitProfiles = SystemProperties.getBoolean("dalvik.vm.usejitprofiles", false);
                extractOnly = false;
                extractOnly = false;
                break;
                break;
            case "all":
            case "full":
                useJitProfiles = false;
                useJitProfiles = false;
                extractOnly = false;
                extractOnly = false;
                break;
                break;
@@ -1185,7 +1185,8 @@ class PackageManagerShellCommand extends ShellCommand {
        pw.println("      -c: clear profile data before compiling");
        pw.println("      -c: clear profile data before compiling");
        pw.println("      -f: force compilation even if not needed");
        pw.println("      -f: force compilation even if not needed");
        pw.println("      -m: select compilation mode");
        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("      --reset: restore the package to post-install state");
        pw.println("          shorthand for \"-c -f -m extract\"");
        pw.println("          shorthand for \"-c -f -m extract\"");
        pw.println("  list features");
        pw.println("  list features");