mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Add apple defs to root nc lib
PiperOrigin-RevId: 816275442
This commit is contained in:
committed by
Copybara-Service
parent
faecdcc205
commit
01cf03b6e0
+3
-1
@@ -65,8 +65,10 @@ cc_library(
|
||||
"@com_google_absl//absl/strings",
|
||||
"@com_google_absl//absl/types:span",
|
||||
] + select({
|
||||
"@platforms//os:platform_ios": [
|
||||
"@platforms//os:apple": [
|
||||
"//internal/platform/implementation/apple",
|
||||
"//internal/platform/implementation/apple:nearby_logger",
|
||||
"//internal/platform/implementation/apple/Mediums",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user