aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/flavor/ios.py
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-06-01 10:08:53 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-01 15:18:46 +0000
commit322a859bdac2830145313a9ed2002f69e29535c5 (patch)
treed99e8de4522738b1b6f8afeea154d0ba71654d21 /infra/bots/recipe_modules/flavor/ios.py
parentba2f82986f63812d7b5ca529771d1c3962343c55 (diff)
Reland [recipes] Isolate build outputs with no subdirs
Bug: skia:6473 Change-Id: I730cb860abc72473aaa9af98527fd220b9a55120 Reviewed-on: https://skia-review.googlesource.com/131389 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipe_modules/flavor/ios.py')
-rw-r--r--infra/bots/recipe_modules/flavor/ios.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipe_modules/flavor/ios.py b/infra/bots/recipe_modules/flavor/ios.py
index d78cd4ca39..f62de045c3 100644
--- a/infra/bots/recipe_modules/flavor/ios.py
+++ b/infra/bots/recipe_modules/flavor/ios.py
@@ -31,7 +31,7 @@ class iOSFlavor(default.DefaultFlavor):
# Install the app.
for app_name in ['dm', 'nanobench']:
- app_package = self.m.vars.skia_out.join('%s.app' % app_name)
+ app_package = self.host_dirs.bin_dir.join('%s.app' % app_name)
def uninstall_app(attempt):
# If app ID changes, upgrade will fail, so try uninstalling.