| Index: build/android/provision_devices.py
|
| diff --git a/build/android/provision_devices.py b/build/android/provision_devices.py
|
| index dbb329752cb429f493bea3c4a994fc7c256729ef..b366f0c14cdfc6e02f8c00c07ef29aeb998a8dd3 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'],
|
| check_return=True)
|
|
|
|
|
|
|