tree: c4cf9972b4517da0e49f6024fd71f708a2841c27 [path history] [tgz]
  1. Android.bp
  2. boot-image-profile-extra.txt
  3. boot-image-profile.txt
  4. boot-profile.txt
  5. copyright-header
  6. dirty-image-objects
  7. OWNERS
  8. preloaded-classes
  9. preloaded-classes-denylist
  10. README.md
  11. TEST_MAPPING
config/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.