aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/BUILD
diff options
context:
space:
mode:
authorGravatar Dmitry Shevchenko <dmishe@google.com>2016-04-22 20:46:07 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-04-22 21:21:02 +0000
commit2036dbd666a3e6430480bcbe333c77376d35bc63 (patch)
tree4f36f6cabb108be6b67cd16a40899c39462bdfee /examples/BUILD
parente7be839c1ce7df2048b86bc956207f86db4e5b65 (diff)
Add a Skylark rule to build Swift modules.
* Adds a swift_library rule that produces a (.a, .swiftmodule) pair. It can handle dependencies between modules and can be used as a dependency of objc_binary. * Does not work with Objective-C yet. -- MOS_MIGRATED_REVID=120578875
Diffstat (limited to 'examples/BUILD')
-rw-r--r--examples/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/BUILD b/examples/BUILD
index 8bfbc19524..781c81a46c 100644
--- a/examples/BUILD
+++ b/examples/BUILD
@@ -11,5 +11,6 @@ filegroup(
"//examples/py:srcs",
"//examples/py_native:srcs",
"//examples/shell:srcs",
+ "//examples/swift:srcs",
],
)