diff --git a/api/BUILD.gn b/api/BUILD.gn index 13a7a29d93..ea22b033e4 100644 --- a/api/BUILD.gn +++ b/api/BUILD.gn @@ -45,6 +45,7 @@ rtc_source_set("callfactory_api") { } rtc_static_library("create_peerconnection_factory") { + visibility = [ "*" ] sources = [ "create_peerconnection_factory.cc", "create_peerconnection_factory.h",