Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[7.1.2] Set public visibility for R8 desugar binary (#22176)
We are migrating Android functionality out of Bazel into rules_android. Currently rules_android depends on @bazel_tools//tools/android:desugar_java8 for a sh_binary that calls the R8 desugar binary. Going forward, we'll maintain the sh_binary directly in rules_android, and therefore will require public visibility on [...]/r8:desugar. Eventually the source code for the Bazel R8 desugar wrapper will also move into rules_android. Part of bazelbuild/rules_android#122. Closes #21775. PiperOrigin-RevId: 618272641 Change-Id: I09d9ca19b742049c2d29a75336d1b0680b0005b1 Commit 32fd6e9 Co-authored-by: Ted Xie <[email protected]> Co-authored-by: Xùdōng Yáng <[email protected]>
- Loading branch information