cc_library( name = "z", srcs = glob([ "*.c", "*.h", ]), hdrs = [ "zlib.h", ], linkstatic = 1, visibility = [ "//visibility:public", ], )