| { | |
| "docker_service": "build-android", | |
| "on_device_test": { | |
| "enabled": true, | |
| "tests": [ | |
| "0", | |
| "1", | |
| "2", | |
| "3", | |
| "black_box_test" | |
| ] | |
| }, | |
| "platforms": [ | |
| "android-x86" | |
| ], | |
| "includes": [ | |
| { | |
| "name":"x86", | |
| "platform":"android-x86", | |
| "target_platform":"android-x86", | |
| "target_cpu":"target_cpu=\\\"x86\\\"", | |
| "target_os": "target_os=\\\"android\\\"" | |
| } | |
| ] | |
| } |