| Index: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests.json b/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests.json
|
| index a5e3800078b5dd917b681c47fd5e15708072885b..851151fb8938ab2233ede5d3da9113ef1528fc5f 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests.json
|
| @@ -238,6 +238,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"
|
|
|