tree: 9109d3877f128e5abdd18fdded7f7b7176591a68 [path history] [tgz]
  1. Android.bp
  2. copyright-header
  3. dirty-image-objects
  4. OWNERS
  5. preloaded-classes
  6. preloaded-classes-denylist
  7. README.md
  8. TEST_MAPPING
config/README.md

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.