| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index 10f1fd004897a37a746cb07c6b31d5e176163282..5fe8b535146d44f9ec47e22c3619d022fae5b258 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -2106,7 +2106,9 @@ def GetTryServerMasterForBot(bot):
|
| }
|
| master = master_map.get(bot)
|
| if not master:
|
| - if 'linux' in bot or 'android' in bot or 'presubmit' in bot:
|
| + if 'android' in bot:
|
| + master = 'tryserver.chromium.android'
|
| + elif 'linux' in bot or 'presubmit' in bot:
|
| master = 'tryserver.chromium.linux'
|
| elif 'win' in bot:
|
| master = 'tryserver.chromium.win'
|
|
|