aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/android
diff options
context:
space:
mode:
Diffstat (limited to 'examples/android')
-rw-r--r--examples/android/helloworld/app/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/android/helloworld/app/CMakeLists.txt b/examples/android/helloworld/app/CMakeLists.txt
index 40ae7fc980..f449a5ce2e 100644
--- a/examples/android/helloworld/app/CMakeLists.txt
+++ b/examples/android/helloworld/app/CMakeLists.txt
@@ -67,7 +67,7 @@ add_library(helloworld_proto_lib
target_link_libraries(helloworld_proto_lib
grpc++
- ${_gRPC_PROTOBUF_LIBRARIES}
+ libprotobuf
android
log)