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",
|
||||
],
|
||||
)
|
||||
|
||||
+1
-2
@@ -19,12 +19,11 @@ cc_library(
|
||||
hdrs = [
|
||||
"ble_types.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//third_party/nearby/cpp:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"//platform/base",
|
||||
"//cpp/platform/base",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -22,7 +22,6 @@ cc_library(
|
||||
hdrs = [
|
||||
"ble.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//third_party/nearby/cpp:__subpackages__",
|
||||
@@ -42,8 +41,8 @@ cc_test(
|
||||
],
|
||||
deps = [
|
||||
":ble",
|
||||
"//testing/base/public:gunit",
|
||||
"//testing/base/public:gunit_main",
|
||||
"@com_google_googletest//:gtest",
|
||||
"@com_google_googletest//:gtest_main","@com_github_protobuf_matchers//protobuf-matchers:protobuf-matchers",
|
||||
"//third_party/nearby/cpp/cal/api:ble",
|
||||
"//third_party/nearby/cpp/cal/base:types",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user