aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorPiotr Sikora <piotrsikora@google.com>2016-08-23 19:58:51 -0700
committerPiotr Sikora <piotrsikora@google.com>2016-08-23 19:58:51 -0700
commitd0391c99ee04b2ab49db4be20f242a222c49e544 (patch)
tree755c1abddbb1a4a59d0b74d1db358faacc5a91f8 /BUILD
parent85cc650a116c3d391622224a9e2a4ac9bb4bb951 (diff)
downloadbrotli-d0391c99ee04b2ab49db4be20f242a222c49e544.tar.gz
Bazel: export LICENSE file.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index c0ac6d8..be1af17 100644
--- a/BUILD
+++ b/BUILD
@@ -7,6 +7,8 @@ package(
licenses(["notice"]) # MIT
+exports_files(["LICENSE"])
+
STRICT_C_OPTIONS = [
"--pedantic-errors",
"-Wall",