Skip to content

Commit b5a6559

Browse files
hvadehracopybara-github
authored andcommitted
Fix bzl_library deps for //cc/common:cc_helper_bzl
PiperOrigin-RevId: 827920142 Change-Id: Ibfc68d332f13838759e2c8f35f7eb972995f6fec
1 parent 693fd32 commit b5a6559

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cc/common/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ bzl_library(
4343
srcs = ["cc_helper.bzl"],
4444
visibility = ["//visibility:public"],
4545
deps = [
46+
":cc_helper_internal_bzl",
47+
":common",
4648
":visibility_bzl",
49+
"//cc:find_cc_toolchain_bzl",
4750
"//cc/private:paths_bzl",
4851
"//cc/private/rules_impl:objc_common",
4952
],

0 commit comments

Comments
 (0)