Remove MIPS MB config since we don't need it anymore.
Bug: webrc:9353 Change-Id: I1205ff86597c149a574e46219245cfe0f741875c Reviewed-on: https://webrtc-review.googlesource.com/80885 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23519}
This commit is contained in:

committed by
Commit Bot

parent
4c6390aabc
commit
5352ad7928
@ -224,7 +224,6 @@
|
||||
'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_debug_static_bot_mipsel',
|
||||
'android_dbg': 'android_debug_static_bot_arm',
|
||||
'android_rel': 'android_release_bot_arm',
|
||||
'android_arm64_rel': 'android_release_bot_arm64',
|
||||
@ -395,9 +394,6 @@
|
||||
'android_release_bot_x86': [
|
||||
'android', 'gn', 'release_bot', 'x86'
|
||||
],
|
||||
'android_debug_static_bot_mipsel': [
|
||||
'android', 'gn', 'debug_static_bot', 'mipsel'
|
||||
],
|
||||
'android_debug_static_bot_arm64': [
|
||||
'android', 'gn', 'debug_static_bot', 'arm64'
|
||||
],
|
||||
@ -545,10 +541,6 @@
|
||||
'gn_args': 'symbol_level=1 strip_absolute_paths_from_debug_symbols=true',
|
||||
},
|
||||
|
||||
'mipsel': {
|
||||
'gn_args': 'target_cpu="mipsel"',
|
||||
},
|
||||
|
||||
'msan': {
|
||||
'gn_args': ('is_msan=true msan_track_origins=2 '
|
||||
'use_prebuilt_instrumented_libraries=true'),
|
||||
|
Reference in New Issue
Block a user