Index: infra/bots/recipe_modules/flavor/android_flavor.py |
diff --git a/infra/bots/recipe_modules/flavor/android_flavor.py b/infra/bots/recipe_modules/flavor/android_flavor.py |
index 85ccef3fb8f3f94587976e22bb1313101804b44d..c896f058b137789caaa6bf33e5e381cb475f292e 100644 |
--- a/infra/bots/recipe_modules/flavor/android_flavor.py |
+++ b/infra/bots/recipe_modules/flavor/android_flavor.py |
@@ -267,6 +267,7 @@ class AndroidFlavorUtils(default_flavor.DefaultFlavorUtils): |
resource_dir=prefix + 'resources', |
images_dir=prefix + 'images', |
skp_dir=prefix + 'skp/skps', |
+ svg_dir=prefix + 'svg/svgs', |
tmp_dir=prefix + 'tmp_dir') |
self._has_root = self.has_root() |