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

java_grpc_library: Add support for protobuf lite #4289

Merged
merged 2 commits into from Apr 3, 2018

Commits on Apr 3, 2018

  1. java_grpc_library: Add support for protobuf lite

    gRPC's protobuf-lite auto-selects between full and lite protobuf based on the
    value of crosstool_top. If the user is specifying their own
    --android_crosstool_top, then it will not auto-detect correctly. One day,
    platforms will fix problems like this, but for the moment it seems we get to
    live with it.
    ejona86 committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    86aeb6c View commit details
    Browse the repository at this point in the history
  2. s/closstool/crosstool/

    ejona86 committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    f80aaa5 View commit details
    Browse the repository at this point in the history