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:
parent
23bd8745c1
commit
fe4688edfa
@ -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 = [ "*" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user