| Index: build/android/pylib/host_driven/test_runner.py
|
| diff --git a/build/android/pylib/host_driven/test_runner.py b/build/android/pylib/host_driven/test_runner.py
|
| index 7072763cdcd90495bd9d3f053ab7a1a0169e0a87..b61fa40ea5d93257cea0e354612087ff9fb9661c 100644
|
| --- a/build/android/pylib/host_driven/test_runner.py
|
| +++ b/build/android/pylib/host_driven/test_runner.py
|
| @@ -85,7 +85,7 @@ class HostDrivenTestRunner(base_test_runner.BaseTestRunner):
|
| exception_raised = False
|
|
|
| try:
|
| - test.SetUp(self.device.old_interface.GetDevice(), self.shard_index,
|
| + test.SetUp(str(self.device), self.shard_index,
|
| self._push_deps, self._cleanup_test_files)
|
| except Exception:
|
| logging.exception(
|
|
|