| 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 285bcd40394b474c070f07eb7a051a42527010a0..b2ed348aeb0bbb1bc124dcf4aba13b516fbbb21e 100644
 | 
| --- a/build/android/pylib/host_driven/setup.py
 | 
| +++ b/build/android/pylib/host_driven/setup.py
 | 
| @@ -195,7 +195,6 @@ def InstrumentationSetup(host_driven_test_root, official_build,
 | 
|    def TestRunnerFactory(device, shard_index):
 | 
|      return test_runner.HostDrivenTestRunner(
 | 
|          device, shard_index,
 | 
| -        instrumentation_options.tool,
 | 
| -        instrumentation_options.cleanup_test_files)
 | 
| +        instrumentation_options.tool)
 | 
|  
 | 
|    return (TestRunnerFactory, available_tests)
 | 
| 
 |