• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Ruy is not BLAS
2
3load("//tools/build_defs/license:license.bzl", "license")
4
5package(
6    default_applicable_licenses = ["//third_party/ruy:license"],
7    licenses = ["notice"],  # Apache 2.0
8)
9
10license(
11    name = "license",
12    package_name = "ruy",
13)
14
15exports_files(["LICENSE"])
16