Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
examples: support retry policy example for bazel build
According to the docs, I can use bazel to build examples, but retry-example is not supported in bazel config. So If you'll try to build this example with bazel, you'll get an error: ``` examples git:(master) ✗ bazel build :retrying-hello-world-server :retrying-hello-world-client ERROR: Skipping ':retrying-hello-world-client': no such target '//:retrying-hello-world-client': target 'retrying-hello-world-client' not declared in package '' defined by /Users/rostik404/projects/grpc-java/examples/BUILD.bazel ERROR: no such target '//:retrying-hello-world-client': target 'retrying-hello-world-client' not declared in package '' defined by /Users/rostik404/projects/grpc-java/examples/BUILD.bazel INFO: Elapsed time: 0.331s INFO: 0 processes. ERROR: Build did NOT complete successfully ```
- Loading branch information