Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e43cf93e authored by Nicolas Geoffray's avatar Nicolas Geoffray Committed by Automerger Merge Worker
Browse files

Merge "Add a README to frameworks/base/config." am: ec2aafa6 am: 846984a4...

Merge "Add a README to frameworks/base/config." am: ec2aafa6 am: 846984a4 am: 2616a44c am: 72da11e2 am: 6579c3be

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1885634

Change-Id: Ib8b5889ee4534c69a3506f57351ecea62f839d1d
parents ab1c014e 6579c3be
Loading
Loading
Loading
Loading

config/README.md

0 → 100644
+13 −0
Original line number Diff line number Diff line
# 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 relelvant.
* 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.