Sign in
bazel
/
bazel
/
7d396abe8aa1179b98c6af2f8ce868f9f3b879f2
/
.
/
src
/
tools
/
xcode
/
xcrunwrapper
/
BUILD
blob: e3dbf20a2817879fc7646af5d075eb13dba214ef [
file
]
package
(
default_visibility
=
[
"//src:__subpackages__"
])
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**"
]),
)
sh_binary
(
name
=
"xcrunwrapper"
,
srcs
=
[
"xcrunwrapper.sh"
],
)