Ben Lee
Ben Lee
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...
The Proguard mappings produced by R8 are not captured and passed along to the subsequent build steps in the processing pipeline.
The proguard compat feature flag is useful for users that are migrating over to R8 from Proguard. This feature can be enabled by passing `--pg-compat` via the arguments [here](https://github.com/bazelbuild/rules_android/blob/6b3ef7757336007ac5a82a0b4106831936bc4dad/rules/android_binary_internal/r8.bzl#L83).
Starlark AarFileExtractor causing action bloat due to all of the transitioned outputs being included
The Starlark rules are causing action bloat as a result of the transitioned outputs for each `fat_apk_cpu` for `ValidateAAR` and `AarFileExtractor` being included in the final build. The same amount...
While testing the pre-alpha branch we noticed that jdk17 is being used despite us setting jdk11 as the default JDK to use. I believe this is happening because pre-alpha defines...
Are there plans to add CI integrations with tests and examples for the rules_android alpha branch?
We did another round of testing against the data bindings patches with the alpha branch of rules_android. We got further but hit a new failure case where custom styles that...
https://github.com/bazelbuild/bazel//commit/e54078fbe408a77a55cdaec7f0b8b35b19ae3010
https://github.com/buildfoundation/bazel_rules_detekt/issues/92