summaryrefslogtreecommitdiff
path: root/config/README.md
blob: f2c8930575a5c26c92e314d675eb9ead5545f340 (plain)
1
2
3
4
5
6
7
8
# Configuration files for ART compiling the framework

* 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.