| Nicolas Geoffray | 83eb7d1 | 2021-11-09 13:46:33 +0000 | [diff] [blame] | 1 | # Configuration files for ART compiling the framework |
| 2 | |
| Priyanka Advani (xWF) | c1a0847 | 2024-08-09 16:21:37 +0000 | [diff] [blame] | 3 | * dirty-image-objects: List of objects in the boot image which are known to |
| Nicolas Geoffray | 83eb7d1 | 2021-11-09 13:46:33 +0000 | [diff] [blame] | 4 | become dirty. This helps binning objects in the image file. |
| 5 | * preloaded-classes: classes that will be allocated in the boot image, and |
| 6 | initialized by the zygote. |
| 7 | * preloaded-classes-denylist: Classes that should not be initialized in the |
| 8 | zygote, as they have app-specific behavior. |