| 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 5b0850ed74c07db5529b90bed5b6bf9690b61fee..8a28675d511a0ee18beb6bdbca0d54a646077c71 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| @@ -218,6 +218,9 @@ SPEC = {
|
| 'TARGET_PLATFORM': 'android',
|
| },
|
| 'android_config': 'arm64_builder',
|
| + 'compile_targets': [
|
| + 'chromium_builder_tests'
|
| + ],
|
| 'testing': {
|
| 'platform': 'linux',
|
| },
|
|
|