| Index: scripts/slave/recipes/android/tester.expected/tryserver_chromium_linux_android_n5_rel_tests_recipe.json
|
| diff --git a/scripts/slave/recipes/android/tester.expected/tryserver_chromium_linux_android_n5_rel_tests_recipe.json b/scripts/slave/recipes/android/tester.expected/tryserver_chromium_linux_android_n5_rel_tests_recipe.json
|
| index 48fa181d617d5225fe9b6502ebf60e07a9fc153b..8cc5c18323c2dc69df02aac0e2f36fef3d01f2b7 100644
|
| --- a/scripts/slave/recipes/android/tester.expected/tryserver_chromium_linux_android_n5_rel_tests_recipe.json
|
| +++ b/scripts/slave/recipes/android/tester.expected/tryserver_chromium_linux_android_n5_rel_tests_recipe.json
|
| @@ -256,6 +256,19 @@
|
| },
|
| {
|
| "cmd": [
|
| + "python",
|
| + "-u",
|
| + "[BUILD]/scripts/slave/android/authorize_adb_devices.py",
|
| + "--adb-path",
|
| + "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
|
| + ],
|
| + "env": {
|
| + "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
|
| + },
|
| + "name": "authorize_adb_devices"
|
| + },
|
| + {
|
| + "cmd": [
|
| "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
|
| "--json-output",
|
| "/path/to/tmp/json"
|
|
|