blob: 5a3ced5f4d598ea1d57f564f56fe706afd772736 [file] [log] [blame]
cc_library(
name = "base",
hdrs = ["base.h"],
visibility = ["//visibility:public"],
)
cc_library(
name = "base_priv",
hdrs = ["base_priv.h"],
visibility = ["//experimental/bazel_test/core:__pkg__"],
)
exports_files(
["base_priv.h"],
visibility = ["//experimental/bazel_test/core:__pkg__"],
)