aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/BUILD
diff options
context:
space:
mode:
authorGravatar thomasvl <thomasvl@google.com>2017-09-08 21:44:06 +0200
committerGravatar Philipp Wollermann <philwo@google.com>2017-09-11 13:07:19 +0200
commite9c788a9711e8f780de7eb5bd3e1bed7994eb88c (patch)
tree7315d141dd6149e53f53f07701ffed04838ddbb9 /examples/BUILD
parentdd8bfab0bc3d2e663c38ec3df4b078d294078449 (diff)
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
Diffstat (limited to 'examples/BUILD')
-rw-r--r--examples/BUILD1
1 files changed, 0 insertions, 1 deletions
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",
],
)