From 42b715adb7857d9f75f51aa8319ea349a49d95da Mon Sep 17 00:00:00 2001 From: "Piotr (Peter) Slatala" Date: Tue, 13 Nov 2018 10:13:42 -0800 Subject: [PATCH] Add visibility to ana config proto Downstream projects need to be able to configure ANA without hacking or redefining protos. Bug: webrtc:9719 Change-Id: Idd80471066ff41a9265adbdb738cc98cc97b2e6e Reviewed-on: https://webrtc-review.googlesource.com/c/110765 Reviewed-by: Bjorn Mellem Commit-Queue: Peter Slatala Cr-Commit-Position: refs/heads/master@{#25629} --- modules/audio_coding/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/audio_coding/BUILD.gn b/modules/audio_coding/BUILD.gn index b836646624..bc82751872 100644 --- a/modules/audio_coding/BUILD.gn +++ b/modules/audio_coding/BUILD.gn @@ -873,7 +873,7 @@ if (rtc_enable_protobuf) { proto_out_dir = "modules/audio_coding/audio_network_adaptor" } proto_library("ana_config_proto") { - visibility += webrtc_default_visibility + visibility += [ "*" ] sources = [ "audio_network_adaptor/config.proto", ]