unplugged-system/frameworks/base/config
2025-10-06 13:59:42 +00:00
..
Android.bp Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
boot-image-profile-extra.txt Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
boot-image-profile.txt Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
boot-profile.txt Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
copyright-header Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
dirty-image-objects Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
OWNERS Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
preloaded-classes Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
preloaded-classes-denylist Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
TEST_MAPPING Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

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.