Skip to content

Commit 90f8a83

Browse files
nglevinluispadron
authored andcommitted
Remove the swift_dylibs partial, used for generating necessary support for Swift support libraries, from the XCFramework rules.
These have been determined to be unnecessary as SDK artifacts. Cherry-pick: efd9c38
1 parent af75ed4 commit 90f8a83

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

apple/internal/xcframework_rules.bzl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -899,13 +899,6 @@ bundle_id on the target.
899899
cc_toolchain = cc_toolchain[cc_common.CcToolchainInfo],
900900
rule_label = rule_label,
901901
),
902-
partials.swift_dylibs_partial(
903-
actions = actions,
904-
apple_mac_toolchain_info = apple_mac_toolchain_info,
905-
binary_artifact = binary_artifact,
906-
label_name = rule_label.name,
907-
platform_prerequisites = platform_prerequisites,
908-
),
909902
])
910903

911904
processor_result = processor.process(

0 commit comments

Comments
 (0)