| Index: scripts/slave/recipes/cronet.expected/local_test.json
|
| diff --git a/scripts/slave/recipes/cronet.expected/local_test.json b/scripts/slave/recipes/cronet.expected/local_test.json
|
| index a0a585005fc3c590d79988fef589a99fc9dc24ae..fc30c6907bd478946e3680e05e171642ab3338b0 100644
|
| --- a/scripts/slave/recipes/cronet.expected/local_test.json
|
| +++ b/scripts/slave/recipes/cronet.expected/local_test.json
|
| @@ -193,6 +193,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"
|
|
|