Index: build/android/test_runner.py |
diff --git a/build/android/test_runner.py b/build/android/test_runner.py |
index 0c22d7f857b9077d9d84dc4f4784d9148f652671..f9f212fb95d87b912a74e45d1412e631aa8c933a 100755 |
--- a/build/android/test_runner.py |
+++ b/build/android/test_runner.py |
@@ -597,8 +597,7 @@ def _RunPerfTests(options, error_func): |
report_results.LogFull( |
results=results, |
test_type='Perf', |
- test_package='Perf', |
- build_type=options.build_type) |
+ test_package='Perf') |
# Always return 0 on the sharding stage. Individual tests exit_code |
# will be returned on the print_step stage. |
return 0 |