Sign in
bazel
/
rules_cc
/
66cf3048e9bd314fc1ad3ffeb65051e56dfa163a
/
.
/
cc
/
private
/
rules_impl
/
BUILD
blob: dc74dfe3adf5d5da2b95557271880a06c456d215 [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
"//visibility:public"
])
licenses
([
"notice"
])
# Apache 2.0
filegroup
(
name
=
"bzl_srcs"
,
srcs
=
glob
([
"**/*.bzl"
,
]),
)
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**/*.bzl"
,
"**/BUILD"
,
]),
)