Index: build/android/buildbot/bb_host_steps.py |
diff --git a/build/android/buildbot/bb_host_steps.py b/build/android/buildbot/bb_host_steps.py |
index 1e927fb399ddd2bd61badd428c8f9597c3056bfd..6630321d82904ef6ed538eaa6d911a3b73dcc358 100755 |
--- a/build/android/buildbot/bb_host_steps.py |
+++ b/build/android/buildbot/bb_host_steps.py |
@@ -4,7 +4,6 @@ |
# found in the LICENSE file. |
import os |
-import json |
import sys |
import bb_utils |
@@ -86,9 +85,7 @@ def BisectPerfRegression(options): |
RunCmd([SrcPath('tools', 'prepare-bisect-perf-regression.py'), |
'-w', os.path.join(constants.DIR_SOURCE_ROOT, os.pardir)]) |
RunCmd([SrcPath('tools', 'run-bisect-perf-regression.py'), |
- '-w', os.path.join(constants.DIR_SOURCE_ROOT, os.pardir), |
- '--build-properties=%s' % json.dumps(options.build_properties)] + |
- args) |
+ '-w', os.path.join(constants.DIR_SOURCE_ROOT, os.pardir)] + args) |
def GetHostStepCmds(): |