bazelbuild/rules_android

Support customizing toolchain level jvm_flags

Offen

#141 geöffnet am 13.09.2023

 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Java (88 Forks)auto 404
P3good first issue

Repository-Metriken

Stars
 (202 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Users are unable to easily customize the jvm_flags backing some of the tools in toolchain.bzl 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