Chromium Code Reviews| Index: build/android/provision_devices.py |
| diff --git a/build/android/provision_devices.py b/build/android/provision_devices.py |
| index dbb329752cb429f493bea3c4a994fc7c256729ef..00c71b65ce8a7db19f74c9c5d0f3c3f6987a4515 100755 |
| --- a/build/android/provision_devices.py |
| +++ b/build/android/provision_devices.py |
| @@ -247,7 +247,7 @@ def _PushAndLaunchAdbReboot(device, target): |
| # Launch adb_reboot |
| logging.info(' Launching adb_reboot ...') |
| device.RunShellCommand( |
| - [device.GetDevicePieWrapper(), '/data/local/tmp/adb_reboot'], |
| + ['', '/data/local/tmp/adb_reboot'], |
|
aurimas (slooooooooow)
2015/05/11 17:45:23
Can I remove the ''?
jbudorick
2015/05/11 17:49:41
Yeah, this can just be ['/data/local/tmp/adb_reboo
|
| check_return=True) |