Sign in
bazel
/
bazel
/
09928d60075649358f297cc329f95d81e3949f57
/
.
/
scripts
/
zsh_completion
/
BUILD
blob: d50eb71e709378ea909ae73ca3d66ff5f86a70a3 [
file
] [
log
] [
blame
]
Keith Smiley
74c274a
2019-01-11 09:04:36 -0800
[
diff
] [
blame
]
1
exports_files
([
2
"_bazel"
,
3
])
4
5
filegroup
(
6
name
=
"srcs"
,
7
srcs
=
glob
([
"**"
]),
8
visibility
=
[
"//scripts:__pkg__"
],
9
)