| # Ruy is not BLAS | |
| load("//tools/build_defs/license:license.bzl", "license") | |
| package( | |
| default_applicable_licenses = ["//third_party/ruy:license"], | |
| licenses = ["notice"], # Apache 2.0 | |
| ) | |
| license( | |
| name = "license", | |
| package_name = "ruy", | |
| ) | |
| exports_files(["LICENSE"]) |