Merge "Correct the docs for some options for the compile command." into udc-dev am: 6c3beccf15
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21482815 Change-Id: I35f71f0509c9ae346efb79eb3499ba73763df095 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -4410,10 +4410,9 @@ class PackageManagerShellCommand extends ShellCommand {
|
|||||||
pw.println(" " + PackageManagerServiceCompilerMapping.REASON_STRINGS[i]);
|
pw.println(" " + PackageManagerServiceCompilerMapping.REASON_STRINGS[i]);
|
||||||
}
|
}
|
||||||
pw.println(" --reset: restore package to its post-install state");
|
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(" --secondary-dex: compile app secondary dex files");
|
||||||
pw.println(" --split SPLIT: compile only the given split name");
|
pw.println(" --split SPLIT: compile only the given split name");
|
||||||
pw.println(" --compile-layouts: compile layout resources for faster inflation");
|
|
||||||
pw.println("");
|
pw.println("");
|
||||||
pw.println(" force-dex-opt PACKAGE");
|
pw.println(" force-dex-opt PACKAGE");
|
||||||
pw.println(" Force immediate execution of dex opt for the given PACKAGE.");
|
pw.println(" Force immediate execution of dex opt for the given PACKAGE.");
|
||||||
|
|||||||
Reference in New Issue
Block a user