| Index: build/android/pylib/forwarder.py
|
| diff --git a/build/android/pylib/forwarder.py b/build/android/pylib/forwarder.py
|
| index b808bfd5b52fa9b88ca13bc191740afc48bf0077..508d943f7a39df47f575bdfa0bfee705d18f2a56 100644
|
| --- a/build/android/pylib/forwarder.py
|
| +++ b/build/android/pylib/forwarder.py
|
| @@ -85,7 +85,7 @@ class Forwarder(object):
|
| raise Exception('Error while running adb forward.')
|
|
|
| (exit_code, output) = self._adb.GetShellCommandStatusAndOutput(
|
| - '%s %s %s %s' % (tool.GetUtilWrapper(), Forwarder._LD_LIBRARY_PATH,
|
| + '%s %s %s %s' % (Forwarder._LD_LIBRARY_PATH, tool.GetUtilWrapper(),
|
| Forwarder._DEVICE_FORWARDER_PATH,
|
| Forwarder._DEVICE_ADB_CONTROL_PORT))
|
| if exit_code != 0:
|
|
|