aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorBenoit Jacob <benoitjacob@google.com>2020-04-03 11:09:17 -0700
committerCopybara-Service <copybara-worker@google.com>2020-04-06 20:22:39 -0700
commit184fd5839d2c0c59f2765dec688639b71dae0bce (patch)
tree01feb069d156aafb4a50e8e76669c775cb1976a5 /BUILD
parent91d62808498cea7ccb48aa59181e218b4ad05701 (diff)
downloadruy-184fd5839d2c0c59f2765dec688639b71dae0bce.tar.gz
Reference ruy from its new location as a separate GitHub project.
PiperOrigin-RevId: 304653289
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/BUILD b/BUILD
new file mode 100644
index 0000000..3ded631
--- /dev/null
+++ b/BUILD
@@ -0,0 +1,8 @@
+# Ruy is not BLAS
+
+package(
+ default_visibility = ["//visibility:public"],
+ licenses = ["notice"], # Apache 2.0
+)
+
+exports_files(["LICENSE"])