android-platform-frameworks.../config
luoyaoming 95982c67fd Import Upstream version 14~beta1 2024-05-06 16:25:03 +08:00
..
Android.bp Import Upstream version 14~beta1 2024-05-06 16:25:03 +08:00
OWNERS Import Upstream version 14~beta1 2024-05-06 16:25:03 +08:00
README.md Import Upstream version 14~beta1 2024-05-06 16:25:03 +08:00
TEST_MAPPING Import Upstream version 14~beta1 2024-05-06 16:25:03 +08:00
boot-image-profile-extra.txt Import Upstream version 14~beta1 2024-05-06 16:25:03 +08:00
boot-image-profile.txt Import Upstream version 14~beta1 2024-05-06 16:25:03 +08:00
boot-profile.txt Import Upstream version 14~beta1 2024-05-06 16:25:03 +08:00
copyright-header Import Upstream version 8.1.0+r23 2022-09-08 10:19:04 +08:00
dirty-image-objects Import Upstream version 14~beta1 2024-05-06 16:25:03 +08:00
preloaded-classes Import Upstream version 14~beta1 2024-05-06 16:25:03 +08:00
preloaded-classes-denylist Import Upstream version 14~beta1 2024-05-06 16:25:03 +08:00

README.md

Configuration files for ART compiling the framework

  • boot-image-profile.txt: A list of methods from the boot classpath to be compiled by dex2oat. The order in the file is not relevant.
  • 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 signing failed.
  • dirty-image-objects: List of objects in the boot image which are known to become dirty. This helps binning objects in the image file.
  • preloaded-classes: classes that will be allocated in the boot image, and initialized by the zygote.
  • preloaded-classes-denylist: Classes that should not be initialized in the zygote, as they have app-specific behavior.