Fix visibility of network_monitor_enums

This is a followup to https://webrtc-review.googlesource.com/c/src/+/180883
and sets the correct visibility so that the enum is usable
for e.g classes overriding NetworkChangeDetector.

Bug: webrtc:11825
Change-Id: I2436a9634e0f7d45af195373e4f0a7ec8749c9c8
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/181072
Reviewed-by: Magnus Flodman <mflodman@webrtc.org>
Commit-Queue: Jonas Oreland <jonaso@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31883}
This commit is contained in:
Jonas Oreland 2020-08-07 14:08:33 +02:00 committed by Commit Bot
parent 23bd8745c1
commit fe4688edfa

View File

@ -1430,5 +1430,6 @@ if (is_android) {
} }
java_cpp_enum("network_monitor_enums") { java_cpp_enum("network_monitor_enums") {
sources = [ "network_monitor.h" ] sources = [ "network_monitor.h" ]
visibility = [ "*" ]
} }
} }