diff options
author | Eric Boren <borenet@google.com> | 2018-05-31 09:21:40 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-06-01 11:45:15 +0000 |
commit | 0c9d2805e81e15e3afdf7ebcdc030771dbe7750b (patch) | |
tree | 64c95181dbe990db2c15dedd948c08ecb4b22ba1 /infra/bots/recipe_modules/vars | |
parent | c4952be7d401797aa6c353b57bf97132bf3d7669 (diff) |
[recipes] Isolate build outputs with no subdirs
Bug: skia:6473
Change-Id: If243b6afb748529d2bdb212e360cd4338edc929c
Reviewed-on: https://skia-review.googlesource.com/130942
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipe_modules/vars')
-rw-r--r-- | infra/bots/recipe_modules/vars/api.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/infra/bots/recipe_modules/vars/api.py b/infra/bots/recipe_modules/vars/api.py index 44845a41e8..1a5db6d528 100644 --- a/infra/bots/recipe_modules/vars/api.py +++ b/infra/bots/recipe_modules/vars/api.py @@ -50,8 +50,6 @@ class SkiaVarsApi(recipe_api.RecipeApi): if ('Win' in self.builder_cfg.get('os', '') and arch == 'x86_64'): self.configuration += '_x64' - self.skia_out = self.build_dir.join('out', self.configuration) - self.extra_tokens = [] if len(self.builder_cfg.get('extra_config', '')) > 0: if self.builder_cfg['extra_config'].startswith('SK'): |