tree: 8099a6706b626fcaaf3465fb9ef42b53a99a8770 [path history] [tgz]
  1. hiddenapi/
  2. Android.bp
  3. boot-image-profile-extra.txt
  4. boot-image-profile.txt
  5. boot-profile.txt
  6. OWNERS
  7. preloaded-classes
  8. README.md
boot/README.md

Configuration files for ART compiling the framework

  • boot-image-profile.txt: A list of methods from the framework 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.
  • boot-image-profile-extra.txt: An extra list of methods from the framework boot classpath to be compiled by dex2oat on top of what we have at boot-image-profile.txt.