| load("//tools/distributions:distribution_rules.bzl", "distrib_cc_library") |
| licenses(["notice"]) # BSD/MIT-like license |
| visibility = ["//third_party:__pkg__"], |
| srcs = glob(["*.c"]) + glob(["*.h"]) + [":embedded_build_file"] + ["LICENSE.txt"], |
| visibility = ["//visibility:public"], |
| name = "embedded_build_file", |
| # Rename BUILD.bazel instead of BUILD to not be conflict with the BUILD file in source. |
| # Use -Dverbose=-1 to turn off zlib's trace logging. (#3280) |
| visibility = ["//visibility:public"], |
| enable_distributions = ["debian"], |