mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Internal Flow change for BUILD.
PiperOrigin-RevId: 424991730
This commit is contained in:
+3
-4
@@ -19,15 +19,14 @@ cc_library(
|
||||
hdrs = [
|
||||
"ble.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//third_party/nearby/cpp:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"//absl/strings",
|
||||
"//absl/time",
|
||||
"//absl/types:optional",
|
||||
"@com_google_absl//absl/strings",
|
||||
"@com_google_absl//absl/time",
|
||||
"@com_google_absl//absl/types:optional",
|
||||
"//third_party/nearby/cpp/cal/base:types",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user