| Index: build/android/pylib/linker/setup.py
|
| diff --git a/build/android/pylib/linker/setup.py b/build/android/pylib/linker/setup.py
|
| index 5776f5af33555bcab98cc9150fc3b6e5e02770e6..ff21f10b758d77d43dcb83a5bf736d2f84fca230 100644
|
| --- a/build/android/pylib/linker/setup.py
|
| +++ b/build/android/pylib/linker/setup.py
|
| @@ -40,6 +40,7 @@ def Setup(args, _devices):
|
| if t.qualified_name in filtered_test_names]
|
|
|
| def TestRunnerFactory(device, _shard_index):
|
| - return test_runner.LinkerTestRunner(device, args.tool)
|
| + return test_runner.LinkerTestRunner(
|
| + device, args.tool, args.cleanup_test_files)
|
|
|
| return (TestRunnerFactory, all_tests)
|
|
|