Sign in
android
/
platform
/
external
/
tensorflow
/
b62ccde60d4
/
.
/
third_party
/
systemlibs
/
cython.BUILD
blob: 1d525876765a2ca9db152e226fb7c136aea33ae7 [
file
] [
log
] [
blame
]
licenses
([
"notice"
])
# Apache-2.0
genrule
(
name
=
"lncython"
,
outs
=
[
"cython"
],
cmd
=
"ln -s $$(which cython) $@"
,
)
sh_binary
(
name
=
"cython_binary"
,
srcs
=
[
"cython"
],
visibility
=
[
"//visibility:public"
],
)