Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplify CMake build #14885

Merged
merged 2 commits into from Apr 3, 2018
Merged

simplify CMake build #14885

merged 2 commits into from Apr 3, 2018

Conversation

ericgribkoff
Copy link
Contributor

This changes the Android build file to no longer require manually specifying all of the third_party deps and just directly adds in the grpc++ target from the main repo's CMakeLists build.

@jtattermusch Thanks for the suggestions on #14830.

libprotobuf
libgrpc++
grpc++
${_gRPC_PROTOBUF_LIBRARIES}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: the gRPC_PROTOBUF_LIBRARIES is meant to be internal (hence the "" prefix), so I'd suggest just referring to "libprotobuf" explicitly here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

@jtattermusch jtattermusch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM except one small comment.

@ericgribkoff ericgribkoff merged commit 5a03bdb into grpc:master Apr 3, 2018
@ericgribkoff ericgribkoff deleted the android_cleanup branch April 3, 2018 22:10
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants