aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/skpbench.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/skpbench.py')
-rw-r--r--infra/bots/recipes/skpbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipes/skpbench.py b/infra/bots/recipes/skpbench.py
index f2e419ab30..b5e524190f 100644
--- a/infra/bots/recipes/skpbench.py
+++ b/infra/bots/recipes/skpbench.py
@@ -43,7 +43,7 @@ def skpbench_steps(api):
'makedirs perf_dir', api.flavor.host_dirs.perf_data_dir)
if 'Android' in api.vars.builder_name:
- app = api.vars.build_dir.join('skpbench')
+ app = api.vars.skia_out.join('skpbench')
_adb(api, 'push skpbench', 'push', app, api.flavor.device_dirs.bin_dir)
skpbench_dir = api.vars.slave_dir.join('skia', 'tools', 'skpbench')