mirror of https://github.com/grpc/grpc.git
Always define GPR_SUPPORT_BINDER_TRANSPORT on Android (#28822)
We previously have this restriction because some code does not compile with older NDK version. Now the binder transport implementation loads the library and resolves symbols at runtime so we don't need the compile time restriction anymore (and in some case it is overly restrictive) Later we might consider remove the GPR_SUPPORT_BINDER_TRANSPORT symbol and simply use GPR_ANDROID, once we become sure that binder transport will always be available on Android at compile time.pull/28876/head
parent
1baca37a9e
commit
1c8073828c
1 changed files with 0 additions and 2 deletions
Loading…
Reference in new issue