commit | 3464d02ec47b988fa28f9d7d76eeca916fb0451e | [log] [tgz] |
---|---|---|
author | Tony Aiuto <aiuto@google.com> | Wed Oct 02 15:25:09 2019 -0400 |
committer | Tony Aiuto <aiuto@google.com> | Wed Oct 02 15:25:09 2019 -0400 |
tree | dd389ee209953de23147274f10d34f234717c8f6 | |
parent | e4682032f88380f39adb3e58e8e74b24d9c8c604 [diff] |
add missing internal rules
diff --git a/BUILD b/BUILD index 9e1ee65..1f6a0cf 100644 --- a/BUILD +++ b/BUILD
@@ -5,7 +5,9 @@ filegroup( name = "distribution", srcs = glob([ + "BUILD", "LICENSE", + "*.bzl", ]), visibility = ["@//distro:__pkg__"], )