Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Android.bp | D | 04-Jul-2025 | 1.3 KiB | 49 | 43 | |
OWNERS | D | 04-Jul-2025 | 447 | 9 | 6 | |
README.md | D | 04-Jul-2025 | 419 | 9 | 7 | |
TEST_MAPPING | D | 04-Jul-2025 | 66 | 8 | 7 | |
copyright-header | D | 04-Jul-2025 | 604 | 16 | 15 | |
dirty-image-objects | D | 04-Jul-2025 | 105.4 KiB | 1,454 | 1,453 | |
preloaded-classes | D | 04-Jul-2025 | 818.3 KiB | 18,455 | 18,454 | |
preloaded-classes-denylist | D | 04-Jul-2025 | 544 | 15 | 14 |
README.md
1# Configuration files for ART compiling the framework 2 3* dirty-image-objects: List of objects in the boot image which are known to 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. 9