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

Commit ce389e53 authored by David Brazdil's avatar David Brazdil
Browse files

Rename 'all' compile mode to 'full'

The name of the full-AoT compile mode is confusing. We should change it.

Change-Id: I9cba83e398fb4ae0efb1a25ff257ba79ab105386
parent 5868ea7e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -268,7 +268,7 @@ class PackageManagerShellCommand extends ShellCommand {
                useJitProfiles = SystemProperties.getBoolean("dalvik.vm.usejitprofiles", false);
                extractOnly = false;
                break;
            case "all":
            case "full":
                useJitProfiles = false;
                extractOnly = false;
                break;
@@ -1185,7 +1185,8 @@ class PackageManagerShellCommand extends ShellCommand {
        pw.println("      -c: clear profile data before compiling");
        pw.println("      -f: force compilation even if not needed");
        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("          shorthand for \"-c -f -m extract\"");
        pw.println("  list features");