| 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 c8e7b3584b349779c5c853615b9149805731b8b2..092e418833324dafc7e563164e6a81473d6b203d 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -260,7 +260,8 @@ def ProvisionDevices(options):
|
|
|
| def DeviceStatusCheck(_):
|
| bb_annotations.PrintNamedStep('device_status_check')
|
| - RunCmd(['build/android/device_status_check.py'], halt_on_failure=True)
|
| + RunCmd(['build/android/buildbot/bb_device_status_check.py'],
|
| + halt_on_failure=True)
|
|
|
|
|
| def GetDeviceSetupStepCmds():
|
|
|