Sign in
fuchsia
/
third_party
/
github.com
/
google
/
ruy
/
refs/heads/upstream/master
/
.
/
BUILD
blob: fe04ddee9aa722debcc134012f03b6e94164834f [
file
] [
edit
]
# Ruy is not BLAS
load
(
"//tools/build_defs/license:license.bzl"
,
"license"
)
package
(
default_applicable_licenses
=
[
":license"
],
licenses
=
[
"notice"
],
# Apache 2.0
)
license
(
name
=
"license"
,
package_name
=
"ruy"
,
)
exports_files
([
"LICENSE"
])