Skip to content

Commit 6f42786

Browse files
hvadehracopybara-github
authored andcommitted
Fork cc_library.bzl
PiperOrigin-RevId: 791241638 Change-Id: Ief6f0485e2e08e5ab153d9dba94adce3e3e057d8
1 parent 995ff72 commit 6f42786

File tree

6 files changed

+1544
-8
lines changed

6 files changed

+1544
-8
lines changed

cc/common/BUILD

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,20 @@ bzl_library(
1818
name = "common",
1919
srcs = glob(["*.bzl"]),
2020
visibility = ["//visibility:public"],
21-
deps = ["//cc/private/rules_impl:native_bzl"],
21+
deps = [
22+
"//cc/private/rules_impl:native_bzl",
23+
"//cc/private/rules_impl:objc_common",
24+
],
2225
)
2326

2427
bzl_library(
2528
name = "cc_helper_bzl",
2629
srcs = ["cc_helper.bzl"],
2730
visibility = ["//visibility:public"],
28-
deps = [":visibility_bzl"],
31+
deps = [
32+
":visibility_bzl",
33+
"//cc/private/rules_impl:objc_common",
34+
],
2935
)
3036

3137
bzl_library(

0 commit comments

Comments
 (0)