Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove semi-circular dependency between core and util
Add the 'fake' dependency to grpc-netty instead of grpc-core. grpc-okhttp already depends on grpc-util and probably would be fine without round_robin on Android. There's not actually a circular dependency, but some tools can't handle the compile vs runtime distinction. Such tools are broken, but fixes have been slow and this approach works with no real downfalls. Works around #10576 #10701
- Loading branch information