bazelbuild / bazelbuild/rules_android

Support customizing toolchain level jvm_flags

Open
#141 3 comments 1 reaction 0 assignees View on GitHub
good first issue P3
Dominant language
Java
Stars
203
Forks
95
PR merge metrics
No merged PRs in 30d

Description

Users are unable to easily customize the jvm_flags backing some of the tools in [toolchain.bzl](https://github.com/bazelbuild/rules_android/blob/ed557a4948b80eb27a6a8da3bd1302b85c506a0d/toolchains/android/toolchain.bzl#L18) as they are all being passed as their raw deploy jars instead of their executable Bazel types.

This means that JVM resource tuning changes like https://github.com/bazelbuild/rules_android/pull/140 will always need to be checked into `rules_android` or kept in forks rather than leveraging the existing attributes that Bazel provides.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.