-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
java_common.compile
in Starlark
Transliteration of `JavaInfoBuildHelper#createJavaCompileAction` PiperOrigin-RevId: 551520285 Change-Id: Ic59c9952abfeda0d5a0676970a6329825ab42933
- Loading branch information
1 parent
265c135
commit fc19a96
Showing
1 changed file
with
235 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@hvadehra Won't this give confusing results for Bazel as it doesn't include the repo name? The original at https://cs.opensource.google/bazel/bazel/+/master:src/main/java/com/google/devtools/build/lib/rules/java/JavaCompilationHelper.java;l=515 prints the full label.