Remove compatible_with from Bazel targets

PiperOrigin-RevId: 698102508
This commit is contained in:
Nick Bourdakos
2024-11-19 12:19:39 -08:00
committed by Copybara-Service
parent 2786145f74
commit 3caae8d58d
13 changed files with 0 additions and 23 deletions
-2
View File
@@ -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",