From 7fc45e1701a86110064837f69fa4bbc030639694 Mon Sep 17 00:00:00 2001 From: Christoffer Jansson Date: Wed, 7 Sep 2022 16:51:32 +0200 Subject: [PATCH] Use target_os="fuchsia" Bug: b/232740856 Change-Id: I1e8a204cff0a256ba5aeba9b3077d314b6fe105e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/274408 Commit-Queue: Christoffer Jansson Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/main@{#38030} --- 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 1816afe06c..80ea65ed83 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -412,7 +412,7 @@ 'gn_args': 'rtc_use_dummy_audio_file_devices=true', }, 'fuchsia': { - 'gn_args': 'is_fuchsia=true' + 'gn_args': 'target_os="fuchsia"' }, 'full_symbols': { 'gn_args': 'symbol_level=2',