Remove strip_absolute_paths_from_debug_symbols from mb.

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 <mbonadei@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30378}
This commit is contained in:
Patrik Höglund
2020-01-27 09:47:26 +01:00
committed by Commit Bot
parent c99afa0628
commit 9c0a83ea4d

View File

@ -536,7 +536,7 @@
},
'minimal_symbols': {
'gn_args': 'symbol_level=1 strip_absolute_paths_from_debug_symbols=true',
'gn_args': 'symbol_level=1',
},
'msan': {