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

Commit d103e0cc authored by Martin Stjernholm's avatar Martin Stjernholm Committed by Automerger Merge Worker
Browse files

Merge "Correct the docs for some options for the compile command." into...

Merge "Correct the docs for some options for the compile command." into udc-dev am: 6c3beccf am: f95a69de

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



Change-Id: If024dffd3379d0dc4e696346b0c2aab7eea97422
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 45da4d19 f95a69de
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4410,10 +4410,9 @@ class PackageManagerShellCommand extends ShellCommand {
            pw.println("            " + PackageManagerServiceCompilerMapping.REASON_STRINGS[i]);
        }
        pw.println("      --reset: restore package to its post-install state");
        pw.println("      --check-prof (true | false): look at profiles when doing dexopt?");
        pw.println("      --check-prof (true | false): ignored - this is always true");
        pw.println("      --secondary-dex: compile app secondary dex files");
        pw.println("      --split SPLIT: compile only the given split name");
        pw.println("      --compile-layouts: compile layout resources for faster inflation");
        pw.println("");
        pw.println("  force-dex-opt PACKAGE");
        pw.println("    Force immediate execution of dex opt for the given PACKAGE.");