From 9c0a83ea4daef3263f5f4dcea62ce78861aa6fb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Mon, 27 Jan 2020 09:47:26 +0100 Subject: [PATCH] Remove strip_absolute_paths_from_debug_symbols from mb. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Getting failures on more_configs bots, e.g. https://ci.chromium.org/p/webrtc/builders/try/android_arm_more_configs/16421 Appears strip_absolute_paths_from_debug_symbols has changed behavior. It's now forced on if the platform does it by default and not configurable. Therefore our bots can't set it explictly on most platforms. Bug: None Change-Id: I112dbb18f9d19ba3dc645a6ae640098afac3c408 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/167520 Reviewed-by: Mirko Bonadei Commit-Queue: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#30378} --- tools_webrtc/mb/mb_config.pyl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index bcbedcd2ac..72aa18d50e 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -536,7 +536,7 @@ }, 'minimal_symbols': { - 'gn_args': 'symbol_level=1 strip_absolute_paths_from_debug_symbols=true', + 'gn_args': 'symbol_level=1', }, 'msan': {