bazelbuild/rules_android

Support customizing toolchain level jvm_flags

開放

#141 建立於 2023年9月13日

 (3 則留言) (1 個反應) (0 位負責人)Java (88 個分叉)auto 404
P3good first issue

倉庫指標

星標
 (202 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南