Skip to content

Commit

Permalink
Fix visiblity of target test_feedback_generator_interface
Browse files Browse the repository at this point in the history
It is a public interface and must be visible to allow tests to include the header file.

Bug: none
Change-Id: I4e6322c622f62c018b274b751e2c395eed7816e4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/346520
Reviewed-by: Jakob Ivarsson‎ <[email protected]>
Commit-Queue: Jakob Ivarsson‎ <[email protected]>
Reviewed-by: Mirko Bonadei <[email protected]>
Auto-Submit: Per Kjellander <[email protected]>
Cr-Commit-Position: refs/heads/main@{#42027}
  • Loading branch information
perkj authored and WebRTC LUCI CQ committed Apr 9, 2024
1 parent c5318e3 commit 91b1cfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/transport/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ if (rtc_include_tests) {
rtc_source_set("test_feedback_generator_interface") {
testonly = true
sources = [ "test/feedback_generator_interface.h" ]
visibility = [ "*" ]
deps = [
":network_control",
"..:simulated_network_api",
Expand Down

0 comments on commit 91b1cfb

Please sign in to comment.