diff --git a/api/transport/rtp/BUILD.gn b/api/transport/rtp/BUILD.gn index 51ee4c2f77..d4d5e4460c 100644 --- a/api/transport/rtp/BUILD.gn +++ b/api/transport/rtp/BUILD.gn @@ -34,6 +34,7 @@ rtc_source_set("dependency_descriptor") { } rtc_source_set("corruption_detection_message") { + visibility = [ "*" ] sources = [ "corruption_detection_message.h" ] deps = [ "../../../api:array_view",