mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
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:
parent
8c56380129
commit
7fc45e1701
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue