Protobuf: Add a BUILD rule for building the JavaLite proto runtime (similar to "protobuf_java")

Created on 25 Feb 2017  路  7Comments  路  Source: protocolbuffers/protobuf

(this is required for using Bazel's java_lite_proto_library)

@xfxyjwf

bazel enhancement java java-lite

Most helpful comment

@xfxyjwf more and more people are asking about JavaLite support; do you have an estimate for when protobuf team is going to work on this, if at all?

All 7 comments

@xfxyjwf more and more people are asking about JavaLite support; do you have an estimate for when protobuf team is going to work on this, if at all?

I really need JavaLite support because our open source project needs to run on Android.

Do you have any news regarding javalite support?

@cgrushko If we add a java_library rule for lite runtime in javalite branch, is it sufficient for java_lite_proto_library to work?

java_lite_proto_library should be working after https://github.com/google/protobuf/pull/3288

I have put up a working example here:
https://github.com/xfxyjwf/bazel_proto_examples

Neither of those links works, and the "lite" option is still broken in protoc 3.7.2.

Am I missing something? Thanks.

Was this page helpful?
0 / 5 - 0 ratings