Bazel support for full proto on Android (for json and prototxt) #4461
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
team-Android
Issues for Android team
type: feature request
Description of the problem / feature request:
Android: allow java_proto_library as dependency for android_binary
It's impossible to utilize full protobuf library on Android device if build is done by
bazel
Feature requests: what underlying problem are you trying to solve with this feature?
I need to include full runtime library together with
protobuf-java-util
unless there's a way to parsejson
inlite
version of which I don't know.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Create proto file, add it as
java_proto_library
, add that library as dependency toandroid_binary
What operating system are you running Bazel on?
macOS 10.13.2
What's the output of
bazel info release
?release 0.9.0-homebrew
Any other information, logs, or outputs that you want to share?
To allow this,
"java_proto_library"
should be added here.The text was updated successfully, but these errors were encountered: