Skip to content

Commit 2ba693f

Browse files
cushonkchodorow
authored andcommitted
Automated rollback of commit ce7c4de.
*** Reason for rollback *** See bazelbuild#3172 *** Original change description *** Add an experimental flag to Turbine to indicate to annotation processors that they are running in hjar compilation PiperOrigin-RevId: 159585343
1 parent a208054 commit 2ba693f

File tree

1 file changed

+0
-3
lines changed
  • src/java_tools/buildjar/java/com/google/devtools/build/java/turbine/javac

1 file changed

+0
-3
lines changed

src/java_tools/buildjar/java/com/google/devtools/build/java/turbine/javac/JavacTurbine.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@ Result compile() throws IOException {
147147
argbuilder.add("-processor");
148148
argbuilder.add(Joiner.on(',').join(turbineOptions.processors()));
149149
processorpath = asPaths(turbineOptions.processorPath());
150-
151-
// see b/31371210
152-
argbuilder.add("-Aexperimental_turbine_hjar");
153150
} else {
154151
processorpath = ImmutableList.of();
155152
}

0 commit comments

Comments
 (0)