Merge "Fix typo." am: 32eb226956 am: b5a0ed6fce

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

Change-Id: I09b77744103991253ea60b13d6797916bb8409f6
This commit is contained in:
Nicolas Geoffray
2021-11-11 12:45:54 +00:00
committed by Automerger Merge Worker

View File

@@ -1,7 +1,7 @@
# Configuration files for ART compiling the framework # Configuration files for ART compiling the framework
* boot-image-profile.txt: A list of methods from the boot classpath to be compiled by dex2oat. * boot-image-profile.txt: A list of methods from the boot classpath to be compiled by dex2oat.
The order in the file is not relelvant. The order in the file is not relevant.
* boot-profile.txt: An ordered list of methods from the boot classpath to be compiled by * boot-profile.txt: An ordered list of methods from the boot classpath to be compiled by
the JIT in the order provided in the file. Used by JIT zygote, when on-device the JIT in the order provided in the file. Used by JIT zygote, when on-device
signing failed. signing failed.