MB: Remove Android clang bot configurations.
Changes to match https://chromium-review.googlesource.com/c/chromium/tools/build/+/627917 BUG=chromium:758084 NOTRY=True Review-Url: https://codereview.webrtc.org/3004513002 Cr-Commit-Position: refs/heads/master@{#19461}
This commit is contained in:
@ -61,8 +61,7 @@
|
||||
'Android32 Builder x86': 'android_release_bot_x86',
|
||||
'Android32 Builder x86 (dbg)': 'android_debug_static_bot_x86',
|
||||
'Android64 Builder x64 (dbg)': 'android_debug_static_bot_x64',
|
||||
'Android32 Builder MIPS (dbg)': 'android_clang_debug_static_bot_mipsel',
|
||||
'Android32 Clang (dbg)': 'android_clang_debug_bot_arm',
|
||||
'Android32 Builder MIPS (dbg)': 'android_debug_static_bot_mipsel',
|
||||
|
||||
# Windows
|
||||
'Win32 Debug': 'debug_bot_x86',
|
||||
@ -167,10 +166,9 @@
|
||||
'android_compile_x86_dbg': 'android_debug_static_bot_x86',
|
||||
'android_compile_x86_rel': 'android_release_bot_x86',
|
||||
'android_compile_x64_dbg': 'android_debug_static_bot_x64',
|
||||
'android_compile_mips_dbg': 'android_clang_debug_static_bot_mipsel',
|
||||
'android_compile_mips_dbg': 'android_debug_static_bot_mipsel',
|
||||
'android_dbg': 'android_debug_static_bot_arm',
|
||||
'android_rel': 'android_release_bot_arm',
|
||||
'android_clang_dbg': 'android_clang_debug_bot_arm',
|
||||
'android_arm64_rel': 'android_release_bot_arm64',
|
||||
'android_experimental': 'android_release_bot_arm',
|
||||
|
||||
@ -307,11 +305,8 @@
|
||||
'android_release_bot_x86': [
|
||||
'android', 'gn', 'release_bot', 'x86'
|
||||
],
|
||||
'android_clang_debug_bot_arm': [
|
||||
'android', 'gn', 'clang', 'debug_bot', 'arm'
|
||||
],
|
||||
'android_clang_debug_static_bot_mipsel': [
|
||||
'android', 'gn', 'clang', 'debug_static_bot', 'mipsel'
|
||||
'android_debug_static_bot_mipsel': [
|
||||
'android', 'gn', 'debug_static_bot', 'mipsel'
|
||||
],
|
||||
'android_debug_static_bot_arm64': [
|
||||
'android', 'gn', 'debug_static_bot', 'arm64'
|
||||
|
||||
Reference in New Issue
Block a user