Permit all fuzzers to use sctp_utils

Bug: chromium:1306284
Change-Id: Icaa4d13e9c85cdae48a2ae575b5067fe13d805b6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/255421
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36201}
This commit is contained in:
Harald Alvestrand
2022-03-15 06:53:07 +00:00
committed by WebRTC LUCI CQ
parent a2d0a2ad99
commit bc8c095537

View File

@ -398,7 +398,7 @@ rtc_source_set("sctp_transport") {
rtc_source_set("sctp_utils") {
visibility = [
":*",
"../test/fuzzers:sctp_utils_fuzzer",
"../test/fuzzers:*",
]
sources = [
"sctp_utils.cc",