aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/skpbench.py
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@google.com>2017-10-13 08:15:09 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-13 13:13:47 +0000
commitcccaef1667857432a68051000ab3f338fc2e64b6 (patch)
treef7d3a2527cdc874969a06a1aea93ea36f7dd7408 /infra/bots/recipes/skpbench.py
parentbd27d1de7ac766de3eaf596eb82c6b2ab7f7677b (diff)
Modify skpbench to use newer adb version
Bug: skia: NOTRY=true Change-Id: Ib630d352b6922280ef5772e6843f8f031baeffaf Reviewed-on: https://skia-review.googlesource.com/59161 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
Diffstat (limited to 'infra/bots/recipes/skpbench.py')
-rw-r--r--infra/bots/recipes/skpbench.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/bots/recipes/skpbench.py b/infra/bots/recipes/skpbench.py
index c241f1e60c..d5921530fd 100644
--- a/infra/bots/recipes/skpbench.py
+++ b/infra/bots/recipes/skpbench.py
@@ -54,6 +54,7 @@ def skpbench_steps(api):
api.path.join(api.vars.android_bin_dir, 'skpbench'),
api.path.join(api.vars.android_data_dir, 'skps'),
'--adb',
+ '--adb_binary', ADB_BINARY,
'--resultsfile', table,
'--config', config,
# TODO(dogben): Track down what's causing bots to die.