aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/cc/BUILD
blob: e17abbdc6caee381822eba04cda8b5b396a1c4dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
licenses(["notice"])  # Apache 2.0

exports_files(["action_names.bzl"])

filegroup(
    name = "srcs",
    srcs = glob(["**"]),
    visibility = [
        "//:__pkg__",
        "//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__"],
)