Index: scripts/slave/recipes/android/tester.expected/tryserver_chromium_linux_android_rel_tests_recipe.json |
diff --git a/scripts/slave/recipes/android/tester.expected/tryserver_chromium_linux_android_rel_tests_recipe.json b/scripts/slave/recipes/android/tester.expected/tryserver_chromium_linux_android_rel_tests_recipe.json |
index 472e82c620053ea0c544515fb4807440d8b030bf..b0979a68e6ee469edeba7c9ac26f4aec6dc5d54b 100644 |
--- a/scripts/slave/recipes/android/tester.expected/tryserver_chromium_linux_android_rel_tests_recipe.json |
+++ b/scripts/slave/recipes/android/tester.expected/tryserver_chromium_linux_android_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" |