mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Add visibility for Nearby test snippet.
PiperOrigin-RevId: 451876141
This commit is contained in:
@@ -24,6 +24,7 @@ cc_library(
|
||||
copts = ["-DCORE_ADAPTER_DLL"],
|
||||
visibility = [
|
||||
"//location/nearby/cpp/sharing:__subpackages__",
|
||||
"//location/nearby/testing:__subpackages__",
|
||||
"//connections/clients:__subpackages__",
|
||||
"//internal/platform/implementation:__subpackages__",
|
||||
],
|
||||
|
||||
@@ -63,6 +63,7 @@ lexan.cc_windows_dll(
|
||||
defines = ["CORE_ADAPTER_DLL"],
|
||||
hdrs_deps = ["//connections:core"],
|
||||
tags = ["windows-dll"],
|
||||
visibility = ["//location/nearby/testing:__subpackages__"],
|
||||
deps = [
|
||||
"//third_party/dart_lang/v2:dart_api_dl",
|
||||
"//connections:core",
|
||||
|
||||
Reference in New Issue
Block a user