Sign in
android
/
platform
/
external
/
tensorflow
/
f5ad5280c44
/
.
/
third_party
/
linenoise.BUILD
blob: 9924a620f24178807900cc4c9e731779cf37d2fd [
file
] [
log
] [
blame
]
licenses
([
"notice"
])
# 2-clause BSD
exports_files
([
"LICENSE"
])
package
(
default_visibility
=
[
"//visibility:public"
],
)
cc_library
(
name
=
"linenoise"
,
srcs
=
[
"linenoise.c"
],
hdrs
=
[
"linenoise.h"
],
)