Index: build/android/buildbot/bb_device_steps.py |
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py |
index a53bb563035ed50166385d276c627177c8dcbb32..c3c344bf54ff9953866a233ed346ba87e53cad59 100755 |
--- a/build/android/buildbot/bb_device_steps.py |
+++ b/build/android/buildbot/bb_device_steps.py |
@@ -218,7 +218,7 @@ def RunTelemetryTests(options, step_name, run_tests_path): |
args = ['--browser', 'android-chrome-shell'] |
devices = android_commands.GetAttachedDevices() |
if devices: |
- args = args + ['--device', devices[0]] |
+ args = args + ['--device', 'android'] |
bb_annotations.PrintNamedStep(step_name) |
RunCmd([run_tests_path] + args) |