mirror of https://github.com/grpc/grpc.git
Update binder transport README.md (#28937)
parent
85189b24bb
commit
5a2422f42a
1 changed files with 6 additions and 2 deletions
@ -1,6 +1,10 @@ |
||||
# Binder transport for cross process IPC on Android |
||||
|
||||
Under construction. |
||||
EXPERIMENTAL. API stability not guaranteed. |
||||
|
||||
This transport implements |
||||
[BinderChannel for native cross-process communication on Android](https://github.com/grpc/proposal/blob/master/L73-java-binderchannel.md) |
||||
[BinderChannel for native cross-process communication on Android](https://github.com/grpc/proposal/blob/master/L73-java-binderchannel.md) and enables C++/Java cross-process communication on Android with gRPC. |
||||
|
||||
Tests: https://github.com/grpc/grpc/tree/master/test/core/transport/binder/ |
||||
|
||||
Example apps: https://github.com/grpc/grpc/tree/master/examples/android/binder/java/io/grpc/binder/cpp |
||||
|
Loading…
Reference in new issue