From e9c788a9711e8f780de7eb5bd3e1bed7994eb88c Mon Sep 17 00:00:00 2001 From: thomasvl Date: Fri, 8 Sep 2017 21:44:06 +0200 Subject: Remove swift_library and tests, lives in the apple rules repo now. RELNOTES: The swift_library rule that is distributed with Bazel has been deleted. Users who wish to compile Swift should use the rules in https://github.com/bazelbuild/rules_apple instead. PiperOrigin-RevId: 168032330 --- examples/BUILD | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/BUILD') diff --git a/examples/BUILD b/examples/BUILD index bf4452b175..fe3a67e528 100644 --- a/examples/BUILD +++ b/examples/BUILD @@ -13,7 +13,6 @@ filegroup( "//examples/py:srcs", "//examples/py_native:srcs", "//examples/shell:srcs", - "//examples/swift:srcs", "//examples/windows/dll:srcs", ], ) -- cgit v1.2.3