xref: /aosp_15_r20/frameworks/base/config/README.md (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1*d57664e9SAndroid Build Coastguard Worker# Configuration files for ART compiling the framework
2*d57664e9SAndroid Build Coastguard Worker
3*d57664e9SAndroid Build Coastguard Worker* dirty-image-objects: List of objects in the boot image which are known to
4*d57664e9SAndroid Build Coastguard Worker  become dirty. This helps binning objects in the image file.
5*d57664e9SAndroid Build Coastguard Worker* preloaded-classes: classes that will be allocated in the boot image, and
6*d57664e9SAndroid Build Coastguard Worker  initialized by the zygote.
7*d57664e9SAndroid Build Coastguard Worker* preloaded-classes-denylist: Classes that should not be initialized in the
8*d57664e9SAndroid Build Coastguard Worker  zygote, as they have app-specific behavior.
9