Use target_os="fuchsia"

Bug: b/232740856
Change-Id: I1e8a204cff0a256ba5aeba9b3077d314b6fe105e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/274408
Commit-Queue: Christoffer Jansson <jansson@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38030}
This commit is contained in:
Christoffer Jansson 2022-09-07 16:51:32 +02:00 committed by WebRTC LUCI CQ
parent 8c56380129
commit 7fc45e1701

View file

@ -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',