This target will be used by Bazel to embed a release of 'platforms' into

the Bazel binary itself.

Progress towards bazelbuild/bazel#8596

RELNOTES: None.
PiperOrigin-RevId: 252619499
Change-Id: I4049f8d5752f9dddc8ad7669db4754c8fb069965
This commit is contained in:
Googler 2019-06-11 17:00:46 +02:00 committed by Marcel Hlopko
parent cab94988cf
commit 441afe1bfd
1 changed files with 12 additions and 0 deletions

12
BUILD
View File

@ -1,3 +1,15 @@
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
exports_files(["LICENSE"])
filegroup(
name = "srcs",
srcs = [
"BUILD",
"WORKSPACE",
"//cpu:srcs",
"//os:srcs",
],
)