It is currently impossible to use rules_java >= 8.0.0 with Android. Was broken by https://github.com/bazelbuild/rules_java/commit/2c8f7f4af7002b11ef80360b19393c8c363d1c0c Works in rules_java 7.12.1, does not work in 8.0.0 ### Reproduction steps: 1. Clone https://github.com/gottagofaster236/rules_java_reproducer 2. Run `bazel build //...` ### Output: ``` ERROR: Traceback (most recent call last): File "/private/var/tmp/_bazel_Lev.Leontev/7114f3e2d9f9ded26b3ceaa12ef97052/external/rules_java~/java/common/rules/android_lint.bzl", line 142, column 31, in <toplevel> android_lint_subrule = subrule( Error in subrule: file '@@rules_java~//java/common/rules:android_lint.bzl' cannot use private API ```