xref: /aosp_15_r20/external/ruy/BUILD (revision bb86c7ed5fb1b98a7eac808e443a46cc8b90dfc0)
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