aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/xcode/swiftstdlibtoolwrapper/BUILD
diff options
context:
space:
mode:
authorGravatar Dave MacLachlan <dmaclach@google.com>2015-09-29 19:21:29 +0000
committerGravatar Florian Weikert <fwe@google.com>2015-09-30 09:35:49 +0000
commit0bb2f0201bda365348f9543d83e53fa90b9134d0 (patch)
treee5d0df1136aa1312296b3abc7946d07f0cfcafe7 /src/tools/xcode/swiftstdlibtoolwrapper/BUILD
parent1726affaca7be2707f1e462c8e1ba783f4e1770f (diff)
Move actoolzip, momczip and swiftstdlibtoolzip to tools/xcode and convert them to scripts instead of java apps.
RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into bash scripts and have been renamed to actoolwrapper, momcwrapper and swiftstdlibtoolwrapper respectively. The old versions will be deleted in a later change. -- MOS_MIGRATED_REVID=104225062
Diffstat (limited to 'src/tools/xcode/swiftstdlibtoolwrapper/BUILD')
-rw-r--r--src/tools/xcode/swiftstdlibtoolwrapper/BUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/tools/xcode/swiftstdlibtoolwrapper/BUILD b/src/tools/xcode/swiftstdlibtoolwrapper/BUILD
new file mode 100644
index 0000000000..1a98848a4b
--- /dev/null
+++ b/src/tools/xcode/swiftstdlibtoolwrapper/BUILD
@@ -0,0 +1,12 @@
+package(default_visibility = ["//src/test:__subpackages__"])
+
+filegroup(
+ name = "srcs",
+ srcs = glob(["**"]),
+)
+
+sh_binary(
+ name = "swiftstdlibtoolwrapper",
+ srcs = ["swiftstdlibtoolwrapper.sh"],
+ data = ["//src/tools/xcode/realpath:realpath_genrule"],
+)