Skip to content

Commit f3ef345

Browse files
comiuscopybara-github
authored andcommitted
Fix bzl_libraries
https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/5038#019a2908-1ff8-4540-bacb-9fb1cc58e809 Tested manually. PiperOrigin-RevId: 825536189 Change-Id: I2e933381450ddf59a9053cd9b15e111d09c9850e
1 parent 8386eb4 commit f3ef345

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cc/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ bzl_library(
9898
bzl_library(
9999
name = "cc_toolchain_config_lib_bzl",
100100
srcs = ["cc_toolchain_config_lib.bzl"],
101-
visibility = ["//cc/toolchains:__subpackages__"],
101+
visibility = ["//cc:__subpackages__"],
102102
)
103103

104104
bzl_library(

cc/private/toolchain_config/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ bzl_library(
2020
visibility = ["//visibility:public"],
2121
deps = [
2222
"//cc:action_names_bzl",
23+
"//cc:cc_toolchain_config_lib_bzl",
2324
"//cc/common",
2425
"//cc/private:cc_internal_bzl",
2526
"//cc/private/rules_impl:native_bzl",

0 commit comments

Comments
 (0)