Sign in
bazel
/
bazel
/
a5ff30ae5259558681ffcb6bc57baeb6f0b3e171
/
.
/
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"
],
)