Sign in
android
/
platform
/
external
/
bazelbuild-rules_python
/
504caab
/
.
/
gazelle
/
python
/
testdata
/
subdir_sources
/
BUILD.out
blob: d03a8f05ac9bc5a6623c1ca0edfa0d07d0ea7393 [
file
]
load
(
"@rules_python//python:defs.bzl"
,
"py_binary"
)
py_binary
(
name
=
"subdir_sources_bin"
,
srcs
=
[
"__main__.py"
],
main
=
"__main__.py"
,
visibility
=
[
"//:__subpackages__"
],
deps
=
[
"//foo"
,
"//one/two"
,
],
)