Skip to content

Commit df1ad1d

Browse files
committed
Add additional required files by rules_apple to cc/common bzl_library
1 parent e6d30a5 commit df1ad1d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

cc/common/BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@ bzl_library(
1919
name = "common",
2020
srcs = [
2121
"cc_common.bzl",
22+
"cc_helper.bzl",
23+
"cc_helper_internal.bzl",
2224
"cc_info.bzl",
2325
"cc_shared_library_hint_info.bzl",
2426
"debug_package_info.bzl",
2527
"objc_info.bzl",
28+
"semantics.bzl",
29+
"visibility.bzl",
2630
],
2731
visibility = ["//visibility:public"],
2832
deps = [

cc/private/rules_impl/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ bzl_library(
9696
"objc_intermediate_artifacts.bzl",
9797
"objc_semantics.bzl",
9898
],
99-
visibility = ["//cc:__subpackages__"],
99+
visibility = ["//visibility:public"],
100100
deps = [
101101
"//cc/common",
102102
"@bazel_skylib//lib:paths",

0 commit comments

Comments
 (0)