Skip to content

Commit

Permalink
Add an experimental flag to Turbine to indicate to annotation process…
Browse files Browse the repository at this point in the history
…ors that they are running in hjar compilation

--
PiperOrigin-RevId: 145413255
MOS_MIGRATED_REVID=145413255
  • Loading branch information
Googler authored and laszlocsomor committed Jan 24, 2017
1 parent 4bf8cc3 commit ce7c4de
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ Result compile() throws IOException {
argbuilder.add("-processor");
argbuilder.add(Joiner.on(',').join(turbineOptions.processors()));
processorpath = asPaths(turbineOptions.processorPath());

// see b/31371210
argbuilder.add("-Aexperimental_turbine_hjar");
} else {
processorpath = ImmutableList.of();
}
Expand Down

0 comments on commit ce7c4de

Please sign in to comment.