| Index: build/android/pylib/local/device/local_device_instrumentation_test_run.py
|
| diff --git a/build/android/pylib/local/device/local_device_instrumentation_test_run.py b/build/android/pylib/local/device/local_device_instrumentation_test_run.py
|
| index a6069ff12bd4ce02d515beeb051f0de5f61d5eef..178d251197a36f7a69f647023f480f0ee516975a 100644
|
| --- a/build/android/pylib/local/device/local_device_instrumentation_test_run.py
|
| +++ b/build/android/pylib/local/device/local_device_instrumentation_test_run.py
|
| @@ -304,7 +304,8 @@ class LocalDeviceInstrumentationTestRun(
|
|
|
| #override
|
| def _GetTests(self):
|
| - tests = self._test_instance.GetTests()
|
| + device = self._env.devices[0]
|
| + tests = self._test_instance.GetTests(device)
|
| tests = self._ApplyExternalSharding(
|
| tests, self._test_instance.external_shard_index,
|
| self._test_instance.total_external_shards)
|
|
|