Sign in
bazel
/
bazel
/
55e042ad342c1c1d07c87e8b2370d4a0a65e25ba
/
.
/
tools
/
objc
/
protobuf_support
blob: d65fe0b31a04d169f7179e5e0a22c07054bd2960 [
file
]
#!/bin/bash
(
printf
'Bazel does not yet support protobuf compiling.\n'
)
>&
2
exit
1