blob: b02bace9ed917fa9298088c69f71b00946b75215 [file] [log] [blame] [edit]
licenses(["notice"])
filegroup(
name = "srcs",
srcs = glob(["**"]), # glob everything to satisfy the compile.sh srcs test
visibility = ["//third_party:__pkg__"],
)
exports_files([
"BUILD",
"01_remove_werror.patch",
])