| Index: build/android/pylib/host_driven/python_test_sharder.py | 
| diff --git a/build/android/pylib/host_driven/python_test_sharder.py b/build/android/pylib/host_driven/python_test_sharder.py | 
| index cc746878ef3ba6acb7476b0dd28cc33723a353a7..7ea3f6c288e75821d2ff732965de1137a886d243 100644 | 
| --- a/build/android/pylib/host_driven/python_test_sharder.py | 
| +++ b/build/android/pylib/host_driven/python_test_sharder.py | 
| @@ -122,7 +122,7 @@ class PythonTestSharder(object): | 
| final_results = base_test_result.TestRunResults() | 
| tests_to_run = self.tests | 
|  | 
| -    Forwarder.KillHost() | 
| +    Forwarder.UseMultiprocessing() | 
|  | 
| for retry in xrange(self.retries): | 
| logging.warning('Try %d of %d', retry + 1, self.retries) | 
|  |