mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36: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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user