| Index: build/android/pylib/linker/setup.py
|
| diff --git a/build/android/pylib/linker/setup.py b/build/android/pylib/linker/setup.py
|
| index e561957f6209169773b0f8062f72a2f596f67713..0d516e755c91dc3596e38295f813f82e2568834f 100644
|
| --- a/build/android/pylib/linker/setup.py
|
| +++ b/build/android/pylib/linker/setup.py
|
| @@ -58,6 +58,7 @@ def Setup(args, devices):
|
| all_tests = [t for t in all_tests \
|
| if t.qualified_name in filtered_test_names]
|
|
|
| + # pylint: disable=unused-argument
|
| def TestRunnerFactory(device, _shard_index):
|
| return test_runner.LinkerTestRunner(device, args.tool)
|
|
|
|
|