Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 554848330
  • Loading branch information
googlewalt authored and swiple-rules-gardener committed Aug 8, 2023
1 parent 69dc653 commit e495213
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions apple/internal/rule_factory.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ def _create_apple_rule(
executable = is_executable,
# TODO(b/292086564): Remove once j2objc dead code prunder action is removed.
exec_groups = {
_J2OBJC_LINKING_EXEC_GROUP: exec_group(
exec_compatible_with = ["@platforms//os:osx"],
),
_J2OBJC_LINKING_EXEC_GROUP: exec_group(),
},
fragments = ["apple", "cpp", "objc"],
toolchains = toolchains,
Expand Down Expand Up @@ -166,9 +164,7 @@ def _create_apple_test_rule(*, doc, implementation, platform_type):
doc = doc,
# TODO(b/292086564): Remove once j2objc dead code prunder action is removed.
exec_groups = {
_J2OBJC_LINKING_EXEC_GROUP: exec_group(
exec_compatible_with = ["@platforms//os:osx"],
),
_J2OBJC_LINKING_EXEC_GROUP: exec_group(),
},
test = True,
toolchains = use_cpp_toolchain(),
Expand Down

1 comment on commit e495213

@keith
Copy link
Member

@keith keith commented on e495213 Aug 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.