| Index: build/android/provision_devices.py
|
| diff --git a/build/android/provision_devices.py b/build/android/provision_devices.py
|
| index 54c90c3a6eef8e652f02f5ed34041e5201ce6553..468ef3f324261359e7fe266cf1bac32c49fb6977 100755
|
| --- a/build/android/provision_devices.py
|
| +++ b/build/android/provision_devices.py
|
| @@ -72,7 +72,7 @@ def PushAndLaunchAdbReboot(device, target):
|
| logging.info(' Pushing adb_reboot ...')
|
| adb_reboot = os.path.join(constants.DIR_SOURCE_ROOT,
|
| 'out/%s/adb_reboot' % target)
|
| - device.PushChangedFiles(adb_reboot, '/data/local/tmp/')
|
| + device.PushChangedFiles([(adb_reboot, '/data/local/tmp/')])
|
| # Launch adb_reboot
|
| logging.info(' Launching adb_reboot ...')
|
| device.old_interface.GetAndroidToolStatusAndOutput(
|
|
|