Create BUILD files in top-level subdirectories

pull/6/head
Jeff Grafton 2017-01-03 14:39:58 -08:00
parent a53c5f2a4f
commit f8288ed1f3
9 changed files with 27 additions and 0 deletions

3
api/BUILD Normal file
View File

@ -0,0 +1,3 @@
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

3
cluster/BUILD Normal file
View File

@ -0,0 +1,3 @@
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

3
cmd/BUILD Normal file
View File

@ -0,0 +1,3 @@
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

3
federation/BUILD Normal file
View File

@ -0,0 +1,3 @@
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

3
hack/BUILD Normal file
View File

@ -0,0 +1,3 @@
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

3
pkg/BUILD Normal file
View File

@ -0,0 +1,3 @@
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

3
plugin/BUILD Normal file
View File

@ -0,0 +1,3 @@
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

3
test/BUILD Normal file
View File

@ -0,0 +1,3 @@
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

3
third_party/BUILD vendored Normal file
View File

@ -0,0 +1,3 @@
package(default_visibility = ["//visibility:public"])
licenses(["notice"])