licenses(["notice"]) # BSD/MIT-like license cc_library( name = "zlib", srcs = glob(["*.c"]), hdrs = glob(["*.h"]), copts = ["-w"], includes = ["."], visibility = ["//visibility:public"], )