summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index 2320e53..d32ec64 100644
--- a/BUILD
+++ b/BUILD
@@ -1,6 +1,9 @@
licenses(["notice"])
-exports_files(["NOTICE"])
+exports_files([
+ "NOTICE",
+ "zlib.h",
+])
genrule(
name = "copy_zconf",
@@ -46,7 +49,7 @@ cc_library(
"-Wno-implicit-function-declaration",
],
includes = [
- "src"
+ "src",
],
visibility = ["//visibility:public"],
)