Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`--config=mobile-release-android` has `--define=google_grpc=disabled` and if it appears after `--define=google_grpc=enabled`, it will set `--define=google_grpc=disabled` because the last one set wins. This PR fixes this issue by moving the `--define=google_grpc=enabled` last since xDS feature in Envoy Mobile requires Google gRPC. Signed-off-by: Fredy Wijaya <fredyw@google.com>
- Loading branch information