diff options
author | simonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-07 16:08:07 +0000 |
---|---|---|
committer | simonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-07 16:08:07 +0000 |
commit | 73df01d232df40f6b9735ff92cb835244273164d (patch) | |
tree | 585a5de2c8bdae2a3ca2c075b14c5bc4a5de7310 /tools/run-bisect-perf-regression.py | |
parent | 01bf89281a8ffa2866904b0cef272a72f344ba81 (diff) | |
download | chromium_src-73df01d232df40f6b9735ff92cb835244273164d.zip chromium_src-73df01d232df40f6b9735ff92cb835244273164d.tar.gz chromium_src-73df01d232df40f6b9735ff92cb835244273164d.tar.bz2 |
Build cc_perftests_apk on android.
BUG=
NOTRY=true
Review URL: https://codereview.chromium.org/25860004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227283 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/run-bisect-perf-regression.py')
-rwxr-xr-x | tools/run-bisect-perf-regression.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = '' |