aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/flavor/android.py
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-07-19 13:27:49 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-19 17:53:25 +0000
commit8c172ba397087850e9c4949a42ae558ebc6fdaf4 (patch)
treeffbda04524e34f8807057334a87241b0f0fac9a0 /infra/bots/recipe_modules/flavor/android.py
parent63fac808ee5a6b33f15de2aa54a507a1334a053e (diff)
[infra] Add infra support for Lottie
Bug: skia:8136 Change-Id: I18c4ad549c52346ebfe23d172597d5da205e5c4d Reviewed-on: https://skia-review.googlesource.com/142105 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/recipe_modules/flavor/android.py')
-rw-r--r--infra/bots/recipe_modules/flavor/android.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/bots/recipe_modules/flavor/android.py b/infra/bots/recipe_modules/flavor/android.py
index 0d83c438e5..a5f2725bbe 100644
--- a/infra/bots/recipe_modules/flavor/android.py
+++ b/infra/bots/recipe_modules/flavor/android.py
@@ -31,6 +31,7 @@ class AndroidFlavor(default.DefaultFlavor):
perf_data_dir = android_data_dir + 'perf',
resource_dir = android_data_dir + 'resources',
images_dir = android_data_dir + 'images',
+ lotties_dir = android_data_dir + 'lotties',
skp_dir = android_data_dir + 'skps',
svg_dir = android_data_dir + 'svgs',
tmp_dir = android_data_dir)