diff --git a/rtc_tools/BUILD.gn b/rtc_tools/BUILD.gn index 40664872c0..0b1c631ede 100644 --- a/rtc_tools/BUILD.gn +++ b/rtc_tools/BUILD.gn @@ -371,6 +371,7 @@ if (rtc_include_tests) { } # rtp_analyzer rtc_executable("unpack_aecdump") { + visibility = [ "*" ] testonly = true sources = [ "unpack_aecdump/unpack.cc",