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

Commit ededc12e authored by David Brazdil's avatar David Brazdil Committed by android-build-merger
Browse files

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

am: b7efced3

* commit 'b7efced3':
  Rename 'all' compile mode to 'full'
parents b0fe42a9 b7efced3
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");