blob: f517d5115ff51845f3c6d7e08b71f451643ffb20 [file] [log] [blame]
# Stub tools for the upcoming Jack support in Bazel.
package(default_visibility = ["//visibility:public"])
sh_binary(
name = "jack",
srcs = ["fail.sh"],
)
sh_binary(
name = "jill",
srcs = ["fail.sh"],
)
filegroup(
name = "srcs",
srcs = glob(["**"]),
)