From e5a93a72012abde6eca52dfd11de8ea83e19ed43 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Wed, 10 Jan 2018 22:18:27 +0100 Subject: [PATCH] Making rtc_tools:unpack_aecdump publicly visible. Bug: webrtc:8254 Change-Id: I0dce33dc45f108e5dcfe18e22480d533f93073c4 No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/38960 Reviewed-by: Karl Wiberg Commit-Queue: Karl Wiberg Cr-Commit-Position: refs/heads/master@{#21569} --- rtc_tools/BUILD.gn | 1 + 1 file changed, 1 insertion(+) 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",