Index: tools/mb/mb_config.pyl |
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
index 0a3d9416b78d28baab80db8425c9bb9d777829cd..ac00827de9cd690fe781feafba60ad6f53f72aad 100644 |
--- a/tools/mb/mb_config.pyl |
+++ b/tools/mb/mb_config.pyl |
@@ -130,6 +130,8 @@ |
'CrWinGoma(dll)': 'shared_release_bot_x86', |
'ClangToTAndroidASan': 'android_clang_tot_asan', |
'ClangToTAndroid (dbg)': 'android_clang_tot_dbg', |
+ 'ClangToTAndroid': 'android_clang_tot_release', |
+ 'ClangToTAndroid64': 'android_clang_tot_release_arm64', |
'ClangToTAndroid x64': 'android_clang_tot_x64', |
'ClangToTLinux': 'clang_tot_linux_full_symbols_shared_release', |
'ClangToTLinux (dbg)': 'clang_tot_shared_debug', |
@@ -693,6 +695,14 @@ |
'android_without_codecs', 'clang_tot', 'shared', 'debug', |
], |
+ 'android_clang_tot_release': [ |
+ 'android_without_codecs', 'clang_tot', 'release', |
+ ], |
+ |
+ 'android_clang_tot_release_arm64': [ |
+ 'android_without_codecs', 'clang_tot', 'release', 'arm64', |
+ ], |
+ |
'android_clang_tot_x64': [ |
'android_without_codecs', 'clang_tot', 'shared', 'x64', 'release', |
'dcheck_always_on', |