Skip to content

Commit

Permalink
Add support for JavaToolchainCompile* actions
Browse files Browse the repository at this point in the history
This action was made compatible in
7a0ddb1. It now lives in `rules_java`,
so in the long term we should express its desire to opt in to path
mapping via `execution_requirements`.
  • Loading branch information
fmeum committed Oct 4, 2023
1 parent 1bb52eb commit a25e2aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ public final class PathMappers {
"DexBuilder",
"Javac",
"JavacTurbine",
"JavaToolchainCompileBootClasspath",
"JavaToolchainCompileClasses",
"Jetify",
"JetifySrcs",
"LinkAndroidResources",
Expand Down

0 comments on commit a25e2aa

Please sign in to comment.