mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Add WiFi LAN medium on Windows
PiperOrigin-RevId: 399587411
This commit is contained in:
committed by
Copybara-Service
parent
deb5776362
commit
1f0ec837b6
@@ -107,6 +107,9 @@ cc_library(
|
||||
"system_clock.cc",
|
||||
"thread_pool.cc",
|
||||
"utils.cc",
|
||||
"wifi_lan_medium.cc",
|
||||
"wifi_lan_nsd.cc",
|
||||
"wifi_lan_socket.cc",
|
||||
],
|
||||
hdrs = [
|
||||
"bluetooth_classic.h",
|
||||
@@ -121,9 +124,12 @@ cc_library(
|
||||
"scheduled_executor.h",
|
||||
"submittable_executor.h",
|
||||
"thread_pool.h",
|
||||
"wifi_lan.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
copts = ["-Ithird_party/nearby_connections/cpp/platform/impl/windows/generated"],
|
||||
copts = [
|
||||
"-Ithird_party/nearby_connections/cpp/platform/impl/windows/generated",
|
||||
],
|
||||
visibility = [
|
||||
"//third_party/nearby_connections/windows:__subpackages__",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user