| Index: build/android/pylib/forwarder.py
|
| diff --git a/build/android/pylib/forwarder.py b/build/android/pylib/forwarder.py
|
| index 5e45043089480b3270e946d398418673c13fad8e..db6ea03a479e9a76376315d07eb12e7dffd95f67 100644
|
| --- a/build/android/pylib/forwarder.py
|
| +++ b/build/android/pylib/forwarder.py
|
| @@ -288,9 +288,9 @@ class Forwarder(object):
|
| if device_serial in self._initialized_devices:
|
| return
|
| Forwarder._KillDeviceLocked(device, tool)
|
| - device.PushChangedFiles([(
|
| + device.PushChangedFiles(
|
| self._device_forwarder_path_on_host,
|
| - Forwarder._DEVICE_FORWARDER_FOLDER)])
|
| + Forwarder._DEVICE_FORWARDER_FOLDER)
|
| cmd = '%s %s' % (tool.GetUtilWrapper(), Forwarder._DEVICE_FORWARDER_PATH)
|
| (exit_code, output) = device.old_interface.GetAndroidToolStatusAndOutput(
|
| cmd, lib_path=Forwarder._DEVICE_FORWARDER_FOLDER)
|
|
|