| Index: scripts/slave/recipes/android/builder.py
|
| diff --git a/scripts/slave/recipes/android/builder.py b/scripts/slave/recipes/android/builder.py
|
| index 6e1d02b62b8b6ed08f47a0484206b56234dd74a0..e4939cc6468043720ffc11a6986943ad5ff6a792 100644
|
| --- a/scripts/slave/recipes/android/builder.py
|
| +++ b/scripts/slave/recipes/android/builder.py
|
| @@ -27,17 +27,17 @@ def FYIStep():
|
| BUILDERS = freeze({
|
| 'chromium.android': {
|
| 'Android x64 Builder (dbg)': {
|
| - 'recipe_config': 'x64_builder',
|
| + 'recipe_config': 'x64_builder_mb',
|
| 'check_licenses': FYIStep,
|
| 'gclient_apply_config': ['android', 'chrome_internal'],
|
| },
|
| 'Android x86 Builder (dbg)' : {
|
| - 'recipe_config': 'x86_builder',
|
| + 'recipe_config': 'x86_builder_mb',
|
| 'check_licenses': FYIStep,
|
| 'gclient_apply_config': ['android', 'chrome_internal'],
|
| },
|
| 'Android MIPS Builder (dbg)': {
|
| - 'recipe_config': 'mipsel_builder',
|
| + 'recipe_config': 'mipsel_builder_mb',
|
| 'check_licenses': FYIStep,
|
| 'gclient_apply_config': ['android', 'chrome_internal'],
|
| },
|
|
|