compilers=&android-d8:&dex2oat group.android-d8.compilers=android-kotlin-d8-default # When testing locally, these paths must be valid and should # reflect the paths in the java and kotlin default config. group.android-d8.javaId=javacdefault group.android-d8.kotlinId=kotlincdefault compiler.android-kotlin-d8-default.name=android d8 default compiler.android-kotlin-d8-default.compilerType=android-d8 compiler.android-kotlin-d8-default.objdumper=/usr/local/bin/baksmali.jar compiler.android-kotlin-d8-default.exe=/usr/local/bin/r8.jar group.dex2oat.compilers=android-kotlin-dex2oat-default group.dex2oat.groupName=ART compiler.android-kotlin-dex2oat-default.name=ART dex2oat default compiler.android-kotlin-dex2oat-default.compilerType=dex2oat # artArtifactDir should point to the directory extracted from the ART artifacts zip. compiler.android-kotlin-dex2oat-default.artArtifactDir=/usr/bin/dex2oat compiler.android-kotlin-dex2oat-default.exe=/usr/bin/dex2oat/x86_64/bin/dex2oat64 compiler.android-kotlin-dex2oat-default.objdumper=/usr/bin/dex2oat/x86_64/bin/oatdump compiler.android-kotlin-dex2oat-default.profmanPath=/usr/bin/dex2oat/x86_64/bin/profman # This should reflect the ID and exe for android-kotlin-d8-default. compiler.android-kotlin-dex2oat-default.d8Id=android-kotlin-d8-default defaultCompiler=android-kotlin-dex2oat-default