blob: 8d089fdcd7311dadb8acc64cabf872fab8f252c6 [file] [edit]
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
licenses(["notice"])
exports_files(["LICENSE"])
# gazelle:exclude test
# gazelle:exclude tools/http_dmg/private/tests
# gazelle:exclude crosstool
# gazelle:exclude toolchain
# An umbrella bzl_library for anything that needs it (like to then use stardoc),
# but odds are using the specific sub bzl_library to with the public bzl files
# are a better choice to get the proper subset of dependencies.
bzl_library(
name = "apple_support",
visibility = ["//visibility:public"],
deps = [
"//lib:apple_support",
"//lib:lipo",
"//lib:xcode_support",
"//rules:apple_genrule",
],
)