| { |
| "docker_service": "build-android-evergreen", |
| "bootloader": "android-arm", |
| "on_device_test": { |
| "enabled": false, |
| "tests": [ |
| "evergreen_test", |
| "0", |
| "1", |
| "2", |
| "3" |
| ] |
| }, |
| "platforms": [ |
| "evergreen-arm-softfp", |
| "evergreen-arm-softfp-sbversion-15", |
| "evergreen-arm-softfp-sbversion-14" |
| ], |
| "includes": [ |
| { |
| "name":"softfp", |
| "platform":"evergreen-arm-softfp", |
| "target_platform":"evergreen-arm-softfp", |
| "target_cpu":"target_cpu=\\\"arm\\\"", |
| "extra_gn_arguments":"use_asan=false", |
| "bootloader_extra_gn_arguments": "target_os=\\\"android\\\" sb_is_evergreen_compatible=true" |
| }, |
| { |
| "name":"sbversion-15", |
| "platform":"evergreen-arm-softfp-sbversion-15", |
| "target_platform":"evergreen-arm-softfp", |
| "target_cpu":"target_cpu=\\\"arm\\\"", |
| "extra_gn_arguments":"use_asan=false", |
| "sb_api_version":"15", |
| "bootloader_extra_gn_arguments": "target_os=\\\"android\\\" sb_is_evergreen_compatible=true" |
| }, |
| { |
| "name":"sbversion-14", |
| "platform":"evergreen-arm-softfp-sbversion-14", |
| "target_platform":"evergreen-arm-softfp", |
| "target_cpu":"target_cpu=\\\"arm\\\"", |
| "extra_gn_arguments":"use_asan=false", |
| "sb_api_version":"14", |
| "bootloader_extra_gn_arguments": "target_os=\\\"android\\\" sb_is_evergreen_compatible=true" |
| } |
| ] |
| } |