mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Remove compatible_with from Bazel targets
PiperOrigin-RevId: 698102508
This commit is contained in:
committed by
Copybara-Service
parent
2786145f74
commit
3caae8d58d
@@ -28,7 +28,6 @@ cc_library(
|
||||
"nc_def.h",
|
||||
"nc_types.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
@@ -36,7 +35,6 @@ cc_library(
|
||||
srcs = [
|
||||
"nc.cc",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
copts = ["-DNC_DLL"],
|
||||
deps = [
|
||||
":nc_types",
|
||||
@@ -58,7 +56,6 @@ cc_library(
|
||||
windows.cc_windows_dll(
|
||||
name = "nc_windows",
|
||||
srcs = [],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
copts = ["-DNC_DLL"],
|
||||
tags = ["windows-dll"],
|
||||
deps = [
|
||||
|
||||
@@ -22,7 +22,6 @@ cc_library(
|
||||
name = "fast_pair_controller",
|
||||
srcs = ["fast_pair_controller.cc"],
|
||||
hdrs = ["fast_pair_controller.h"],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = ["//:__subpackages__"],
|
||||
deps = [
|
||||
"//fastpair/common",
|
||||
@@ -59,7 +58,6 @@ cc_test(
|
||||
cc_library(
|
||||
name = "fast_pair_seeker",
|
||||
hdrs = ["fast_pair_seeker.h"],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = ["//:__subpackages__"],
|
||||
deps = [
|
||||
"//fastpair/common",
|
||||
@@ -71,7 +69,6 @@ cc_library(
|
||||
cc_library(
|
||||
name = "fast_pair_plugin",
|
||||
hdrs = ["fast_pair_plugin.h"],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = ["//:__subpackages__"],
|
||||
deps = [
|
||||
":fast_pair_events",
|
||||
@@ -82,7 +79,6 @@ cc_library(
|
||||
cc_library(
|
||||
name = "fast_pair_events",
|
||||
hdrs = ["fast_pair_events.h"],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = ["//:__subpackages__"],
|
||||
deps = [
|
||||
],
|
||||
@@ -92,7 +88,6 @@ cc_library(
|
||||
name = "fast_pair_service",
|
||||
srcs = ["fast_pair_service.cc"],
|
||||
hdrs = ["fast_pair_service.h"],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = ["//:__subpackages__"],
|
||||
deps = [
|
||||
":fast_pair_plugin",
|
||||
|
||||
@@ -20,7 +20,6 @@ cc_library(
|
||||
hdrs = [
|
||||
"fast_pair_seeker_impl.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//fastpair:__subpackages__",
|
||||
],
|
||||
|
||||
@@ -23,7 +23,6 @@ cc_library(
|
||||
"pairer_broker.h",
|
||||
"pairer_broker_impl.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = ["//fastpair:__subpackages__"],
|
||||
deps = [
|
||||
"//fastpair/common",
|
||||
|
||||
@@ -23,7 +23,6 @@ cc_library(
|
||||
"fast_pair_pairer.h",
|
||||
"fast_pair_pairer_impl.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = ["//fastpair:__subpackages__"],
|
||||
deps = [
|
||||
"//fastpair/common",
|
||||
|
||||
@@ -22,7 +22,6 @@ package_group(
|
||||
cc_library(
|
||||
name = "fake_initial_pair_plugin",
|
||||
hdrs = ["fake_initial_pair_plugin.h"],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"//fastpair:fast_pair_events",
|
||||
@@ -37,7 +36,6 @@ cc_library(
|
||||
name = "windows_admin_plugin",
|
||||
srcs = ["windows_admin_plugin.cc"],
|
||||
hdrs = ["windows_admin_plugin.h"],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = ["//:__subpackages__"],
|
||||
deps = [
|
||||
"//fastpair:fast_pair_events",
|
||||
|
||||
@@ -47,7 +47,6 @@ cc_library(
|
||||
hdrs = [
|
||||
"proto_to_json.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
":fastpair_cc_proto",
|
||||
@@ -66,7 +65,6 @@ cc_library(
|
||||
hdrs = [
|
||||
"proto_builder.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
":fastpair_cc_proto",
|
||||
|
||||
@@ -44,7 +44,6 @@ cc_library(
|
||||
hdrs = [
|
||||
"fast_pair_repository_impl.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
copts = [
|
||||
"-Ithird_party",
|
||||
],
|
||||
@@ -70,7 +69,6 @@ cc_library(
|
||||
hdrs = [
|
||||
"fast_pair_device_repository.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = ["//fastpair:__subpackages__"],
|
||||
deps = [
|
||||
"//fastpair/common",
|
||||
|
||||
@@ -25,7 +25,6 @@ cc_library(
|
||||
"retroactive_pairing_detector.h",
|
||||
"retroactive_pairing_detector_impl.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//:__subpackages__",
|
||||
"//fastpair:__subpackages__",
|
||||
|
||||
@@ -29,7 +29,6 @@ cc_library(
|
||||
"ui_broker.h",
|
||||
"ui_broker_impl.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//fastpair:__subpackages__",
|
||||
],
|
||||
|
||||
@@ -154,7 +154,6 @@ cc_library(
|
||||
hdrs = [
|
||||
"string_utils.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//internal/platform:__subpackages__",
|
||||
"//location/nearby:__subpackages__",
|
||||
|
||||
@@ -67,7 +67,6 @@ proto_library(
|
||||
"tachyon_common.proto",
|
||||
"tachyon_enums.proto",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
deps = [
|
||||
"//frameworks/testing/rpcreplay/processors:rpc_replay_field_option_proto",
|
||||
"//google/api:annotations",
|
||||
@@ -84,7 +83,6 @@ cc_proto_library(
|
||||
|
||||
cc_proto_library(
|
||||
name = "tachyon_cc_proto",
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [":tachyon_proto"],
|
||||
)
|
||||
|
||||
@@ -62,7 +62,6 @@ cc_library(
|
||||
"fake_presence_client.h",
|
||||
"fake_presence_service.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
deps = [
|
||||
":presence",
|
||||
":types",
|
||||
|
||||
Reference in New Issue
Block a user