| Index: build/android/pylib/linker/setup.py
|
| diff --git a/build/android/pylib/linker/setup.py b/build/android/pylib/linker/setup.py
|
| index a863a0d8638b53c1d9b5d862a94c45b77724648a..72bb13145b937cfba5f691db27ec375e41920a11 100644
|
| --- a/build/android/pylib/linker/setup.py
|
| +++ b/build/android/pylib/linker/setup.py
|
| @@ -39,7 +39,6 @@ def Setup(options, _devices):
|
|
|
| def TestRunnerFactory(device, _shard_index):
|
| return test_runner.LinkerTestRunner(
|
| - device, options.tool, options.push_deps,
|
| - options.cleanup_test_files)
|
| + device, options.tool, options.cleanup_test_files)
|
|
|
| return (TestRunnerFactory, all_tests)
|
|
|