Skip to content

Commit

Permalink
Remove swift.bzl, the granular targets should be used.
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 470010567
  • Loading branch information
thomasvl authored and swiple-rules-gardener committed Aug 25, 2022
1 parent b6f31e7 commit 9fa3a7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 108 deletions.
22 changes: 0 additions & 22 deletions swift/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,6 @@ bzl_library(
srcs = ["providers.bzl"],
)

bzl_library(
name = "swift",
srcs = ["swift.bzl"],
deps = [
":providers",
":swift_binary",
":swift_clang_module_aspect",
":swift_common",
":swift_extract_symbol_graph",
":swift_feature_allowlist",
":swift_grpc_library",
":swift_import",
":swift_interop_hint",
":swift_library",
":swift_module_alias",
":swift_package_configuration",
":swift_proto_library",
":swift_symbol_graph_aspect",
":swift_test",
],
)

bzl_library(
name = "swift_binary",
srcs = ["swift_binary.bzl"],
Expand Down
86 changes: 0 additions & 86 deletions swift/swift.bzl

This file was deleted.

1 comment on commit 9fa3a7a

@brentleyjones
Copy link
Collaborator

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.