Index: build/android/test_runner.py |
diff --git a/build/android/test_runner.py b/build/android/test_runner.py |
index b9d2a3f5c67379e6132f0ceef7c0b664b1a5deba..b71f805cb136af0d447443c62d50ba02fd10f187 100755 |
--- a/build/android/test_runner.py |
+++ b/build/android/test_runner.py |
@@ -659,9 +659,6 @@ def _RunGTests(args, devices): |
if args.json_results_file: |
json_results.GenerateJsonResultsFile(results, args.json_results_file) |
- if os.path.isdir(constants.ISOLATE_DEPS_DIR): |
- shutil.rmtree(constants.ISOLATE_DEPS_DIR) |
- |
return exit_code |