use link_deps in ana_debug_dump_proto
I will deprecate deps in proto_library for improved build throughput. We can use link_deps here instead. Bug: chromium:938011 Change-Id: Iafa83000c3f7f9ffdc0c376a2297b4a9380b7594 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/125820 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Takuto Ikuta <tikuta@google.com> Cr-Commit-Position: refs/heads/master@{#26989}
This commit is contained in:
parent
d738071e63
commit
745cfb9997
@ -820,9 +820,7 @@ if (rtc_enable_protobuf) {
|
||||
sources = [
|
||||
"audio_network_adaptor/debug_dump.proto",
|
||||
]
|
||||
deps = [
|
||||
":ana_config_proto",
|
||||
]
|
||||
link_deps = [ ":ana_config_proto" ]
|
||||
proto_out_dir = "modules/audio_coding/audio_network_adaptor"
|
||||
}
|
||||
proto_library("ana_config_proto") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user