| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index 42e77ce35f94695fe0e114d42d29b70aece21cda..481e4775502461194888d73f85064a7944f2bede 100644
|
| --- a/tools/mb/mb_config.pyl
|
| +++ b/tools/mb/mb_config.pyl
|
| @@ -214,9 +214,9 @@
|
| },
|
|
|
| 'chromium.gpu': {
|
| - 'Android Debug (Nexus 5)': 'tbd',
|
| - 'Android Debug (Nexus 6)': 'tbd',
|
| - 'Android Debug (Nexus 9)': 'tbd',
|
| + 'Android Debug (Nexus 5)': 'android_gyp_debug_static_bot',
|
| + 'Android Debug (Nexus 6)': 'android_gyp_debug_static_bot',
|
| + 'Android Debug (Nexus 9)': 'android_gyp_debug_static_bot_arm64',
|
| 'GPU Mac Builder': 'tbd',
|
| 'GPU Mac Builder (dbg)': 'tbd',
|
|
|
| @@ -1013,6 +1013,10 @@
|
| 'android', 'gyp', 'debug_static_bot',
|
| ],
|
|
|
| + 'android_gyp_debug_static_bot_arm64': [
|
| + 'android', 'gyp', 'debug_static_bot', 'arm64',
|
| + ],
|
| +
|
| 'android_gyp_debug_static_bot_x86': [
|
| 'android', 'gyp', 'debug_static_bot', 'x86',
|
| ],
|
|
|