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