| Index: scripts/slave/recipe_modules/webrtc/api.py
|
| diff --git a/scripts/slave/recipe_modules/webrtc/api.py b/scripts/slave/recipe_modules/webrtc/api.py
|
| index d6b333f18e54d979868af1cc5bbd25e69da2817c..26e287b0c5fccf95dbb7b5f844a18ebe9c5dbf0d 100644
|
| --- a/scripts/slave/recipe_modules/webrtc/api.py
|
| +++ b/scripts/slave/recipe_modules/webrtc/api.py
|
| @@ -120,7 +120,8 @@ class WebRTCApi(recipe_api.RecipeApi):
|
| # Apply MB config (to avoid heavy duplication in builders.py). See
|
| # crbug.com/589510 for more info.
|
| if (mastername in ('client.webrtc', 'tryserver.webrtc') and
|
| - buildername.lower().startswith('linux')):
|
| + (buildername.lower().startswith('linux') or
|
| + buildername.lower().startswith('android'))):
|
| self.m.chromium.apply_config('mb')
|
|
|
| if self.m.tryserver.is_tryserver:
|
|
|