Sign in
android
/
platform
/
external
/
grpc-grpc-java
/
2f60c0a66c339ba83ce981b3931e531ac5eed654
/
.
/
buildscripts
/
kokoro
/
bazel.sh
blob: f63c05f300b6b4048d06344a7b6404f285c3f1d7 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
exu
-
o pipefail
cat
/
VERSION
use_bazel
.
sh
1.0
.
1
bazel version
cd github
/
grpc
-
java
bazel build
...
cd examples
bazel clean
bazel build
...