From 5728af65e8b89b9dd3a5ac2b717c93ec5333ca18 Mon Sep 17 00:00:00 2001 From: hlopko Date: Thu, 21 Jun 2018 09:57:26 -0700 Subject: 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 --- tools/build_defs/cc/BUILD | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tools') 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__"], +) -- cgit v1.2.3