blob: 3d79d9a79d914dd88b5f3a06cadb004273cc4049 [file] [log] [blame]
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
filegroup(
name = "bzl_srcs",
srcs = glob([
"**/*.bzl",
]),
)
filegroup(
name = "srcs",
srcs = glob([
"**/*.bzl",
"**/BUILD",
]),
)
bzl_library(
name = "native_bzl",
srcs = ["native.bzl"],
visibility = ["//cc:__pkg__"],
)