rules_cc: Add top-level BUILD file to distribution.

Before this commit Bazel could not use the distribution since it failed with "Every .bzl file must have a corresponding package, but '@rules_cc//:internal_deps.bzl' does not have one."

https://buildkite.com/bazel/bazel-federation-distro-pre-release-testing/builds/20#29164fc9-b0bb-41aa-b62f-e2f3f20e9efc

PiperOrigin-RevId: 275263945
Change-Id: I12216f2070ddc579f553a22975790bbc9a18f0f9
This commit is contained in:
Googler 2019-10-17 08:30:31 -07:00 committed by Copybara-Service
parent 12a2d801f6
commit 0e66ef31d6
1 changed files with 1 additions and 0 deletions

1
BUILD
View File

@ -7,6 +7,7 @@ exports_files(["LICENSE"])
filegroup(
name = "distribution",
srcs = [
"BUILD",
"LICENSE",
"internal_deps.bzl",
"internal_setup.bzl",