Skip to content

Commit e34b49c

Browse files
committed
Document how to build with Bazel
1 parent 86fa860 commit e34b49c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

COMPILING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,17 @@ $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses
150150

151151
# Add 'export ANDROID_HOME=$HOME/Android/Sdk' to your .bashrc or equivalent
152152
```
153+
154+
Building with Bazel
155+
===================
156+
157+
grpc-java can also be built using [Bazel](https://bazel.build/). We support
158+
the two most recent major versions of Bazel.
159+
[Install bazelisk](https://github.com/bazelbuild/bazelisk#installation)
160+
to ensure you're always building using the latest supported version, then try:
161+
162+
```
163+
$ bazelisk build //...
164+
```
165+
166+
You cannot run the tests from Bazel at this time.

0 commit comments

Comments
 (0)