| 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 b1769ee2375391bcac39f44d79e47a3ebecef610..45187d539ebdb348edcc049e4bf0a3a484f3eb09 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -84,7 +84,7 @@ def RebootDevices():
|
| # which might not exist in this checkout.
|
| if bb_utils.TESTING:
|
| return
|
| - devices = android_commands.GetAttachedDevices()
|
| + devices = android_commands.GetAttachedDevices(emulator=False)
|
| print 'Rebooting: %s' % devices
|
| if devices:
|
| pool = multiprocessing.Pool(len(devices))
|
|
|