aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/android
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2018-04-03 13:32:20 -0700
committerGravatar Eric Gribkoff <ericgribkoff@google.com>2018-04-03 13:32:20 -0700
commit10ad26f91748b675c1f319c95e006f73ab64159a (patch)
treeb0aa888f956fa0f7e1aefa4f1b8df2c0440fa277 /examples/android
parentffa10caf94ce59e4f47c6ab1f136b8d7a7d4e081 (diff)
refer to libprotobuf directly
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)