mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Added the apple implementation to the platform implementation
PiperOrigin-RevId: 788246739
This commit is contained in:
committed by
Copybara-Service
parent
bcc34ee7b6
commit
d4edb7663d
@@ -593,6 +593,9 @@ cc_test(
|
||||
"@platforms//os:windows": [
|
||||
"//internal/platform/implementation/windows",
|
||||
],
|
||||
"@platforms//os:platform_ios": [
|
||||
"//internal/platform/implementation/apple",
|
||||
],
|
||||
"//conditions:default": [
|
||||
"//internal/platform/implementation/g3",
|
||||
],
|
||||
|
||||
@@ -20,7 +20,7 @@ licenses(["notice"])
|
||||
package(default_visibility = [
|
||||
"//connections:__subpackages__",
|
||||
"//googlemac/iPhone/Nearby:__subpackages__",
|
||||
"//internal/platform/implementation/apple:__subpackages__",
|
||||
"//internal/platform:__subpackages__",
|
||||
"//location/nearby:__subpackages__",
|
||||
"//sharing:__subpackages__",
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user