| Index: scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| index 402a1119855b6c9c105b4a3cb1831a0bcc142fe6..bfd1538a560d1c1466bdbb1884bdc8ec170ca9f6 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| @@ -168,6 +168,7 @@ SPEC = {
|
| },
|
| 'use_isolate': True,
|
| 'enable_swarming': True,
|
| + 'checkout_dir': 'android',
|
| },
|
| 'Android Tests (dbg)': {
|
| 'chromium_config': 'android',
|
| @@ -214,6 +215,7 @@ SPEC = {
|
| },
|
| 'use_isolate': True,
|
| 'enable_swarming': True,
|
| + 'checkout_dir': 'android',
|
| },
|
| 'Android Tests': {
|
| 'chromium_config': 'android',
|
|
|