We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Building jre_emul.jar as an ijar (jre_emul.ijar) reduces its size from 5.8M to 3.4M (2.4M reduction).
Unfortunately, this requires a Bazel build from https://github.com/bazelbuild/bazel/tree/master/third_party/ijar, so we'd have to make it an optional dependency like we do for protobufs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Building jre_emul.jar as an ijar (jre_emul.ijar) reduces its size from 5.8M to 3.4M (2.4M reduction).
Unfortunately, this requires a Bazel build from https://github.com/bazelbuild/bazel/tree/master/third_party/ijar, so we'd have to make it an optional dependency like we do for protobufs.
The text was updated successfully, but these errors were encountered: