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