aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar hlopko <hlopko@google.com>2018-06-21 09:57:26 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-21 09:59:23 -0700
commit5728af65e8b89b9dd3a5ac2b717c93ec5333ca18 (patch)
tree9af94b717ee23cd4d0aff4099869b176d13a21b8 /tools
parent62f5bdc9074bbe4a6a85ff6bf4bdb313950e938c (diff)
Migrate //devtools/clif/python/legacy_match_clif_rule.bzl to the new C++ toolchain API
This is a part of the [] This is an encore of unknown commit which includes fixes for: * //miles ([] * clif tests ([] * exoblaze ([] RELNOTES: None. PiperOrigin-RevId: 201541210
Diffstat (limited to 'tools')
-rw-r--r--tools/build_defs/cc/BUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/build_defs/cc/BUILD b/tools/build_defs/cc/BUILD
index 9405d4a0d4..e17abbdc6c 100644
--- a/tools/build_defs/cc/BUILD
+++ b/tools/build_defs/cc/BUILD
@@ -10,3 +10,12 @@ filegroup(
"//tools:__pkg__",
],
)
+
+# bazel_osx_p4deps specifies the set of dependencies needed to run Bazel on OS X.
+# Consumed by Google internal tests.
+filegroup(
+ name = "bazel_osx_p4deps",
+ testonly = 1,
+ srcs = glob(["**"]),
+ visibility = ["//tools/osx:__pkg__"],
+)