Skip to content

Commit 6dc8288

Browse files
authored
Allow for deps with only CcInfo on framework imports (#1751)
1 parent c23720d commit 6dc8288

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apple/internal/apple_framework_import.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ A list of targets that are dependencies of the target being built, which will be
434434
target.
435435
""",
436436
providers = [
437+
[CcInfo],
437438
[apple_common.Objc, CcInfo],
438439
[apple_common.Objc, CcInfo, AppleFrameworkImportInfo],
439440
],
@@ -526,6 +527,7 @@ A list of targets that are dependencies of the target being built, which will pr
526527
linked into that target.
527528
""",
528529
providers = [
530+
[CcInfo],
529531
[apple_common.Objc, CcInfo],
530532
[apple_common.Objc, CcInfo, AppleFrameworkImportInfo],
531533
],

0 commit comments

Comments
 (0)