Files
termux-packages/packages/libgrpc/CMakeLists.txt.patch
termux-pacman-bot 07a4ce8eff chore(main/libgrpc): do not do host-build or build in src
libgrpc seem to support out-of-source builds now.  Doing host-build in
the source directory causes protobuf files to be generated with host
protoc, which causes version mismatch (see
termux/termux-packages#11785).
2022-09-02 16:36:09 +00:00

18 lines
351 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f6de091a0c..d21e04a24d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1432,12 +1432,6 @@ target_link_libraries(gpr
absl::strings
absl::optional
)
-if(_gRPC_PLATFORM_ANDROID)
- target_link_libraries(gpr
- android
- log
- )
-endif()
foreach(_hdr
include/grpc/support/alloc.h