Sign in
bazel
/
bazel
/
e45c0555cfb15ce403ff2f447edb74495a633ec1
/
.
/
tools
/
runfiles
/
BUILD.tools
blob: c50d0f73d30fe3d19259ef223b11d4e8b0e62cb9 [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
"//visibility:public"
])
alias
(
name
=
"java-runfiles"
,
actual
=
"//src/tools/runfiles/java/com/google/devtools/build/runfiles"
,
)
py_library
(
name
=
"py-runfiles"
,
srcs
=
[
"runfiles.py"
],
)