From 0c9d2805e81e15e3afdf7ebcdc030771dbe7750b Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Thu, 31 May 2018 09:21:40 -0400 Subject: [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 Commit-Queue: Eric Boren --- infra/bots/recipe_modules/vars/api.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'infra/bots/recipe_modules/vars') 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'): -- cgit v1.2.3