aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/zlib
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/zlib')
-rw-r--r--third_party/zlib/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/zlib/BUILD b/third_party/zlib/BUILD
index 4186702259..b5c4596fab 100644
--- a/third_party/zlib/BUILD
+++ b/third_party/zlib/BUILD
@@ -6,6 +6,12 @@ filegroup(
visibility = ["//third_party:__pkg__"],
)
+filegroup(
+ name = "embedded_tools",
+ srcs = glob(["*.c"]) + glob(["*.h"]) + ["BUILD"] + ["LICENSE.txt"],
+ visibility = ["//visibility:public"],
+)
+
cc_library(
name = "zlib",
srcs = glob(["*.c"]),