File: BUILD

package info (click to toggle)
bazel-bootstrap 4.2.3%2Bds-11.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 85,716 kB
  • sloc: java: 721,717; sh: 55,859; cpp: 35,361; python: 12,139; xml: 295; objc: 269; makefile: 113; ansic: 106; ruby: 3
file content (18 lines) | stat: -rwxr-xr-x 551 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package(default_visibility = ["//visibility:public"])

filegroup(
    name = "srcs",
    srcs = glob(["**"]),
)

# cc_toolchain now implicitly depends on @bazel_tools//tools/def_parser:def_parser
# We need to make sure @bazel_tools//tools/def_parser:def_parser is not
# a cc_binary, because otherwise, we'll introduce a cycle in dependency graph:
# .-> @bazel_tools//tools/def_parser:def_parser (cc_binary)
# |   cc_toolchain
# `-- @bazel_tools//tools/def_parser:def_parser (cc_binary)

filegroup(
    name = "def_parser",
    srcs = ["no_op.bat"],
)