Skip to content

Commit

Permalink
Delete redundant j2objc libraries
Browse files Browse the repository at this point in the history
They are already included in bazelBuiltLibraries.

PiperOrigin-RevId: 397825428
  • Loading branch information
googlewalt authored and Copybara-Service committed Sep 20, 2021
1 parent 1c062e2 commit 11f1a6d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@ CompilationSupport registerLinkActions(
.setTestOrTestOnlyTarget(ruleContext.isTestOnlyTarget() || ruleContext.isTestTarget())
.addNonCodeLinkerInputs(bazelBuiltLibraries)
.addNonCodeLinkerInputs(objcProvider.getCcLibraries())
.addNonCodeLinkerInputs(ImmutableList.copyOf(prunedJ2ObjcArchives))
.addNonCodeLinkerInputs(ImmutableList.copyOf(extraLinkInputs))
.addNonCodeLinkerInputs(ImmutableList.copyOf(attributes.linkInputs()))
.addNonCodeLinkerInputs(ImmutableList.of(inputFileList))
Expand Down

0 comments on commit 11f1a6d

Please sign in to comment.