mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
Ensure audio quality tools are downloaded on Fuchsia
Bug: b/232769791 Change-Id: I030b25d589282042bb37ccf85c523541e3bcdbd9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/285620 Reviewed-by: Jeremy Leconte <jleconte@google.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Christoffer Jansson <jansson@google.com> Cr-Commit-Position: refs/heads/main@{#38773}
This commit is contained in:
parent
9665d01e69
commit
f0c33c4d68
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ if (rtc_include_tests) {
|
|||
data += [ "${root_out_dir}/low_bandwidth_audio_test" ]
|
||||
}
|
||||
|
||||
if (is_linux || is_chromeos || is_android) {
|
||||
if (is_linux || is_chromeos || is_android || is_fuchsia) {
|
||||
data += [
|
||||
"../tools_webrtc/audio_quality/linux/PolqaOem64",
|
||||
"../tools_webrtc/audio_quality/linux/pesq",
|
||||
|
|
Loading…
Reference in a new issue