aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Cal Peyser <cpeyser@google.com>2016-04-18 15:21:24 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-04-19 09:42:10 +0000
commit9dc24effb614f3695c962c4e1d1012e9e2aeb453 (patch)
tree715b8c28935966624f4d2931a0eb1f1e354c5c58 /BUILD
parent98aacfe14b7f5a79614efa26c30e3b7dea5fab91 (diff)
Bind path to xcrunwrapper in workspace files.
-- MOS_MIGRATED_REVID=120124909
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index fc3bb5eb66..f7fea2174c 100644
--- a/BUILD
+++ b/BUILD
@@ -13,7 +13,10 @@ filegroup(
filegroup(
name = "workspace-file",
srcs = [":WORKSPACE"],
- visibility = ["//tools/cpp/test:__pkg__"],
+ visibility = [
+ "//src/test/shell/bazel:__pkg__",
+ "//tools/cpp/test:__pkg__",
+ ],
)
filegroup(