diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/bisect-perf-regression.py | 2 | ||||
-rwxr-xr-x | tools/run-bisect-perf-regression.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/bisect-perf-regression.py b/tools/bisect-perf-regression.py index fee3afe..b49b247d 100755 --- a/tools/bisect-perf-regression.py +++ b/tools/bisect-perf-regression.py @@ -434,7 +434,7 @@ class AndroidBuilder(Builder): Returns: True if build was successful. """ - targets = ['chromium_testshell', 'forwarder2', 'md5sum'] + targets = ['chromium_testshell', 'cc_perftests_apk', 'forwarder2', 'md5sum'] threads = None if opts.use_goma: diff --git a/tools/run-bisect-perf-regression.py b/tools/run-bisect-perf-regression.py index 77f1748..c3332cb 100755 --- a/tools/run-bisect-perf-regression.py +++ b/tools/run-bisect-perf-regression.py @@ -95,7 +95,7 @@ def RunBisectionScript(config, working_directory, path_to_file, path_to_goma): print return 1 - if '--browser=android' in config['command']: + if 'android' in config['command']: cmd.extend(['--target_platform', 'android']) goma_file = '' |