Sign in
android
/
platform
/
external
/
bazelbuild-rules_python
/
4864b85b5a829cfa1ea901b3c66e131036351d96
/
.
/
examples
/
wheel
/
private
/
BUILD.bazel
blob: 3462d354d48739bd4df95a6e07b89160138acdfe [
file
] [
log
] [
blame
]
load
(
"@rules_python//python:defs.bzl"
,
"py_binary"
)
py_binary
(
name
=
"directory_writer"
,
srcs
=
[
"directory_writer.py"
],
visibility
=
[
"//:__subpackages__"
],
)