Sign in
bazel
/
bazel
/
e00a2b191a45e1efd24f2d491b8abd49235c9db1
/
.
/
tools
/
runfiles
/
BUILD.tools
blob: c50d0f73d30fe3d19259ef223b11d4e8b0e62cb9 [
file
]
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"
],
)