| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "[DEPOT_TOOLS]/repo", | 4 "[DEPOT_TOOLS]/repo", |
| 5 "init", | 5 "init", |
| 6 "-u", | 6 "-u", |
| 7 "https://android.googlesource.com/platform/manifest", | 7 "https://android.googlesource.com/platform/manifest", |
| 8 "-b", | 8 "-b", |
| 9 "master-art" | 9 "master-art" |
| 10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", | |
| 12 "name": "repo init" | 11 "name": "repo init" |
| 13 }, | 12 }, |
| 14 { | 13 { |
| 15 "cmd": [ | 14 "cmd": [ |
| 16 "[DEPOT_TOOLS]/repo", | 15 "[DEPOT_TOOLS]/repo", |
| 17 "sync" | 16 "sync" |
| 18 ], | 17 ], |
| 19 "cwd": "[SLAVE_BUILD]", | |
| 20 "name": "repo sync" | 18 "name": "repo sync" |
| 21 }, | 19 }, |
| 22 { | 20 { |
| 23 "cmd": [ | 21 "cmd": [ |
| 24 "[SLAVE_BUILD]/art/tools/buildbot-build.sh", | 22 "[SLAVE_BUILD]/art/tools/buildbot-build.sh", |
| 25 "-j8", | 23 "-j8", |
| 26 "--target" | 24 "--target" |
| 27 ], | 25 ], |
| 28 "cwd": "[SLAVE_BUILD]", | |
| 29 "env": { | 26 "env": { |
| 30 "ANDROID_BUILD_TOP": "[SLAVE_BUILD]", | 27 "ANDROID_BUILD_TOP": "[SLAVE_BUILD]", |
| 31 "ANDROID_PRODUCT_OUT": "[SLAVE_BUILD]/out/target/product/mips64r6", | 28 "ANDROID_PRODUCT_OUT": "[SLAVE_BUILD]/out/target/product/mips64r6", |
| 32 "ANDROID_SERIAL": "emulator-5554", | 29 "ANDROID_SERIAL": "emulator-5554", |
| 33 "ART_BUILD_HOST_DEBUG": "false", | 30 "ART_BUILD_HOST_DEBUG": "false", |
| 34 "ART_TEST_ANDROID_ROOT": "/data/local/tmp/system", | 31 "ART_TEST_ANDROID_ROOT": "/data/local/tmp/system", |
| 35 "ART_TEST_FULL": "false", | 32 "ART_TEST_FULL": "false", |
| 36 "ART_TEST_INTERPRETER": "true", | 33 "ART_TEST_INTERPRETER": "true", |
| 37 "ART_TEST_JIT": "true", | 34 "ART_TEST_JIT": "true", |
| 38 "ART_TEST_KEEP_GOING": "true", | 35 "ART_TEST_KEEP_GOING": "true", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 50 "USE_DEX2OAT_DEBUG": "false" | 47 "USE_DEX2OAT_DEBUG": "false" |
| 51 }, | 48 }, |
| 52 "name": "build target" | 49 "name": "build target" |
| 53 }, | 50 }, |
| 54 { | 51 { |
| 55 "name": "$result", | 52 "name": "$result", |
| 56 "recipe_result": null, | 53 "recipe_result": null, |
| 57 "status_code": 0 | 54 "status_code": 0 |
| 58 } | 55 } |
| 59 ] | 56 ] |
| OLD | NEW |