From f30bf5b746977d0a2da5e84b40bed0ee6166e849 Mon Sep 17 00:00:00 2001 From: Jeremy Leconte Date: Wed, 28 Sep 2022 15:35:45 +0200 Subject: [PATCH] Add flags_compatibility script for fuchsia bots. Change-Id: Ic57f23e16945f83027d9152a70943f43a2282dfd Bug: b/232740856 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/277222 Reviewed-by: Christoffer Jansson Commit-Queue: Jeremy Leconte Cr-Commit-Position: refs/heads/main@{#38277} --- tools_webrtc/mb/mb.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools_webrtc/mb/mb.py b/tools_webrtc/mb/mb.py index 6dc64f9295..620a0c1d26 100755 --- a/tools_webrtc/mb/mb.py +++ b/tools_webrtc/mb/mb.py @@ -86,9 +86,7 @@ class WebRTCMetaBuildWrapper(mb.MetaBuildWrapper): '--logcat-output-file', '${ISOLATED_OUTDIR}/logcats', '--store-tombstones' ] - elif is_fuchsia: - cmdline += ['bin/run_%s' % target] - elif is_ios: + elif is_ios or is_fuchsia: cmdline += [ vpython_exe, '../../tools_webrtc/flags_compatibility.py', 'bin/run_%s' % target