From 5352ad7928710ea554890109be2821315f2b0566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Tue, 5 Jun 2018 13:55:43 +0200 Subject: [PATCH] Remove MIPS MB config since we don't need it anymore. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrc:9353 Change-Id: I1205ff86597c149a574e46219245cfe0f741875c Reviewed-on: https://webrtc-review.googlesource.com/80885 Commit-Queue: Patrik Höglund Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#23519} --- tools_webrtc/mb/mb_config.pyl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index 93cac0d209..3a2d4169cf 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -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'),