internal change

PiperOrigin-RevId: 724963078
This commit is contained in:
Anay Wadhera
2025-02-09 12:34:22 -08:00
committed by Copybara-Service
parent 47c6e742da
commit 6eb9675117
+15
View File
@@ -54,6 +54,7 @@ cc_library(
],
)
# iOS only.
apple_static_xcframework(
name = "NearbyConnections",
avoid_deps = [],
@@ -77,6 +78,7 @@ apple_static_xcframework(
],
)
# Windows.
windows.cc_windows_dll(
name = "nc_windows",
srcs = [],
@@ -88,3 +90,16 @@ windows.cc_windows_dll(
"@com_google_absl//absl/strings",
],
)
# macOS.
cc_binary(
name = "libnc.so",
linkshared = 1,
linkstatic = 1,
tags = ["notap"],
deps = [
":nc",
"//internal/platform/implementation/apple",
"//internal/platform/implementation/apple/Mediums",
],
)