| Index: build/android/pylib/host_driven/setup.py
|
| diff --git a/build/android/pylib/host_driven/setup.py b/build/android/pylib/host_driven/setup.py
|
| index b2ed348aeb0bbb1bc124dcf4aba13b516fbbb21e..285bcd40394b474c070f07eb7a051a42527010a0 100644
|
| --- a/build/android/pylib/host_driven/setup.py
|
| +++ b/build/android/pylib/host_driven/setup.py
|
| @@ -195,6 +195,7 @@
|
| def TestRunnerFactory(device, shard_index):
|
| return test_runner.HostDrivenTestRunner(
|
| device, shard_index,
|
| - instrumentation_options.tool)
|
| + instrumentation_options.tool,
|
| + instrumentation_options.cleanup_test_files)
|
|
|
| return (TestRunnerFactory, available_tests)
|
|
|