mirror of https://github.com/grpc/grpc.git
Old version of the Android NDK have linker issues with thread local support https://github.com/android-ndk/ndk/issues/8 and isn't actually fixed until r12b https://developer.android.com/ndk/downloads/revision_history.html. ABSL's config.h is being updated to catch this case and having gRPC rely on that will make sure it also gets the fix (rather than repeating a somewhat lengthy macro). Since gRPC already has a dependency on ABSL, I figured this wouldn't be an issue.pull/13173/head
parent
21c6405dea
commit
1194782c42
1 changed files with 16 additions and 0 deletions
Loading…
Reference in new issue