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

Support generating lite protos with Bazel #350

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

Kernald
Copy link
Contributor

@Kernald Kernald commented Jul 18, 2022

While the Kotlin layer itself doesn't change depending on the flavor (normal or lite), the underlying Java generated library does. This effectively just selects either a java_lite_proto_library or a java_proto_library depending on the flavor, everything else remains the same.

While the Kotlin layer itself doesn't change depending on the flavor
(normal or lite), the underlying Java generated library does. This
effectively just selects either a `java_lite_proto_library` or a
`java_proto_library` depending on the flavor, everything else remains
the same.
@Kernald Kernald mentioned this pull request Jul 18, 2022
@jamesward jamesward requested a review from aragos July 18, 2022 23:27
@aragos aragos merged commit a1659c1 into grpc:master Jul 18, 2022
@Kernald Kernald deleted the bazel-proto-lite branch July 18, 2022 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants