Sign in
bazel
/
bazel
/
0e396b827bca5ee507aadc875169e47d959a7136
/
.
/
src
/
tools
/
xcode
/
swiftstdlibtoolwrapper
/
BUILD
blob: ecbe656476a77882ab90f1fd4ea017cd44829eee [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
"//src:__subpackages__"
])
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**"
]),
)
sh_binary
(
name
=
"swiftstdlibtoolwrapper"
,
srcs
=
[
"swiftstdlibtoolwrapper.sh"
],
data
=
[
"//src/tools/xcode/realpath:realpath_genrule"
],
)