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 <mellem@webrtc.org>
Commit-Queue: Peter Slatala <psla@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25629}
This commit is contained in:
Piotr (Peter) Slatala 2018-11-13 10:13:42 -08:00 committed by Commit Bot
parent 6dbf0e43a5
commit 42b715adb7

View File

@ -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",
]