Skip to content

Commit 55d3352

Browse files
comiusluispadron
authored andcommitted
Add rules_cc deps to bzl libraries
Cherry-pick: 647a41d
1 parent b026b25 commit 55d3352

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

apple/BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@ bzl_library(
5353
srcs = ["apple_binary.bzl"],
5454
deps = [
5555
"//apple/internal:linking_support",
56+
"//apple/internal:providers",
5657
"//apple/internal:rule_attrs",
5758
"//apple/internal:rule_factory",
5859
"//apple/internal:transition_support",
5960
"//apple/internal/toolchains:apple_toolchains",
6061
"@build_bazel_apple_support//lib:apple_support",
62+
"@rules_cc//cc/common",
6163
],
6264
)
6365

@@ -71,6 +73,7 @@ bzl_library(
7173
"//apple/internal:rule_attrs",
7274
"//apple/internal:rule_factory",
7375
"//apple/internal:transition_support",
76+
"@rules_cc//cc/common",
7477
],
7578
)
7679

@@ -100,6 +103,7 @@ bzl_library(
100103
"@bazel_skylib//lib:dicts",
101104
"@bazel_tools//tools/cpp:toolchain_utils.bzl",
102105
"@build_bazel_apple_support//lib:apple_support",
106+
"@rules_cc//cc/common",
103107
],
104108
)
105109

apple/internal/partials/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ bzl_library(
3131
"//apple/internal/providers:app_intents_info",
3232
"//apple/internal/resource_actions:app_intents",
3333
"@bazel_skylib//lib:partial",
34+
"@rules_cc//cc/common",
3435
],
3536
)
3637

@@ -238,6 +239,7 @@ bzl_library(
238239
"//apple/internal:framework_import_support",
239240
"//apple/internal:providers",
240241
"@bazel_skylib//lib:partial",
242+
"@rules_cc//cc/common",
241243
],
242244
)
243245

apple/internal/partials/framework_provider.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ load(
1919
"partial",
2020
)
2121
load("@rules_cc//cc/common:cc_common.bzl", "cc_common")
22-
load("@rules_cc//cc/common:cc_info.bzl", "CcInfo")
2322
load("//apple/internal:providers.bzl", "new_appledynamicframeworkinfo")
2423

2524
def _framework_provider_partial_impl(

apple/internal/resource_rules/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ bzl_library(
9797
],
9898
deps = [
9999
"//apple/internal:providers",
100+
"@rules_cc//cc/common",
100101
],
101102
)
102103

0 commit comments

Comments
 (0)