Wagner Maciel 09eee5b312 fix(dev-infra): add missing BUILD file to dev-infra/bazel:files (#38026)
* Without this BUILD file we were seeing errors about the reference to
  expand_template.bzl in ng_rollup_bundle.bzl because dev-infra/bazel
  was not considered a package.

PR Close #38026
2020-07-15 12:34:46 -07:00

10 lines
162 B
Python

package(default_visibility = ["//visibility:public"])
filegroup(
name = "files",
srcs = [
"BUILD.bazel",
"expand_template.bzl",
],
)