1*d57664e9SAndroid Build Coastguard Worker# Configuration files for ART compiling the framework 2*d57664e9SAndroid Build Coastguard Worker 3*d57664e9SAndroid Build Coastguard Worker* boot-image-profile.txt: A list of methods from the framework boot classpath 4*d57664e9SAndroid Build Coastguard Worker to be compiled by dex2oat. The order in the file is not relevant. 5*d57664e9SAndroid Build Coastguard Worker* boot-profile.txt: An ordered list of methods from the boot classpath to be 6*d57664e9SAndroid Build Coastguard Worker compiled by the JIT in the order provided in the file. Used by JIT zygote, 7*d57664e9SAndroid Build Coastguard Worker when on-device signing failed. 8*d57664e9SAndroid Build Coastguard Worker* boot-image-profile-extra.txt: An extra list of methods from the framework 9*d57664e9SAndroid Build Coastguard Worker boot classpath to be compiled by dex2oat on top of what we have at 10*d57664e9SAndroid Build Coastguard Worker boot-image-profile.txt. 11