7 lines
162 B
Python
7 lines
162 B
Python
# Trivial Bazel build target so bazel build //... succeeds hermetically
|
|
filegroup(
|
|
name = "empty",
|
|
srcs = [],
|
|
visibility = ["//visibility:public"],
|
|
)
|