| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Builder", | 10 "Android Builder", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 "-f" | 90 "-f" |
| 91 ], | 91 ], |
| 92 "cwd": "[SLAVE_BUILD]/android-src", | 92 "cwd": "[SLAVE_BUILD]/android-src", |
| 93 "name": "repo sync" | 93 "name": "repo sync" |
| 94 }, | 94 }, |
| 95 { | 95 { |
| 96 "cmd": [ | 96 "cmd": [ |
| 97 "[BUILD]/scripts/slave/android/with_lunch", | 97 "[BUILD]/scripts/slave/android/with_lunch", |
| 98 "[SLAVE_BUILD]/android-src", | 98 "[SLAVE_BUILD]/android-src", |
| 99 "nakasi-userdebug", | 99 "nakasi-userdebug", |
| 100 "[BUILD]/scripts/slave/recipe_modules/android/resources/update_default_pro
ps.py", | 100 "RECIPE_MODULE[android]/resources/update_default_props.py", |
| 101 "ro.adb.secure=0" | 101 "ro.adb.secure=0" |
| 102 ], | 102 ], |
| 103 "name": "update /root/default.prop" | 103 "name": "update /root/default.prop" |
| 104 }, | 104 }, |
| 105 { | 105 { |
| 106 "cmd": [ | 106 "cmd": [ |
| 107 "[SLAVE_BUILD]/src/android_webview/buildbot/deps_whitelist.py", | 107 "[SLAVE_BUILD]/src/android_webview/buildbot/deps_whitelist.py", |
| 108 "--method", | 108 "--method", |
| 109 "android_rsync_build", | 109 "android_rsync_build", |
| 110 "--path-to-deps", | 110 "--path-to-deps", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 "--src-dir", | 151 "--src-dir", |
| 152 "[SLAVE_BUILD]/android-src", | 152 "[SLAVE_BUILD]/android-src", |
| 153 "--build-tool", | 153 "--build-tool", |
| 154 "make-android", | 154 "make-android", |
| 155 "--verbose" | 155 "--verbose" |
| 156 ], | 156 ], |
| 157 "cwd": "[SLAVE_BUILD]", | 157 "cwd": "[SLAVE_BUILD]", |
| 158 "name": "compile android" | 158 "name": "compile android" |
| 159 } | 159 } |
| 160 ] | 160 ] |
| OLD | NEW |