Skip to content

Commit e0029ba

Browse files
thomasvlswiple-rules-gardener
authored andcommitted
Load objc_library from rules_cc.
PiperOrigin-RevId: 772948242
1 parent 2b11aa5 commit e0029ba

File tree

3 files changed

+3
-0
lines changed
  • examples/apple/objc_interop
  • test/fixtures

3 files changed

+3
-0
lines changed

examples/apple/objc_interop/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# vice versa when it is linked into the existing native linking rules for Apple
33
# platforms.
44

5+
load("@rules_cc//cc:objc_library.bzl", "objc_library")
56
load(
67
"//swift:swift_binary.bzl",
78
"swift_binary",

test/fixtures/interop_hints/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
load("@rules_cc//cc:objc_library.bzl", "objc_library")
12
load(
23
"//swift:swift_interop_hint.bzl",
34
"swift_interop_hint",

test/fixtures/swift_through_non_swift/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
load("@rules_cc//cc:objc_library.bzl", "objc_library")
12
load(
23
"//swift:swift_library.bzl",
34
"swift_library",

0 commit comments

Comments
 (0)