3
0
Fork 0
android_frameworks_base/config
Priyanka Advani (xWF) 152ee1ab35 Merge "Revert "Update the preloaded-classes denylist"" into main am: 1cd522350b am: e2b9d845a3
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3206354

Change-Id: I176f6ef5629b8cf29faf9824f7b2a8184a8ec38b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-08-06 10:32:10 +00:00
..
Android.bp
OWNERS
README.md
TEST_MAPPING
boot-image-profile-extra.txt
boot-image-profile.txt
boot-profile.txt
copyright-header
dirty-image-objects
preloaded-classes
preloaded-classes-denylist

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.