Skip to content

Commit

Permalink
Make java_header_compilation_direct_classpath non-experimental
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 155209610
  • Loading branch information
cushon authored and damienmg committed May 5, 2017
1 parent 50c3a68 commit f61ad5c
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,11 @@ public OneVersionEnforcementLevelConverter() {
public boolean strictDepsJavaProtos;

@Option(
name = "experimental_java_header_compilation_direct_classpath",
defaultValue = "false",
name = "java_header_compilation_direct_classpath",
defaultValue = "true",
optionUsageRestrictions = OptionUsageRestrictions.UNDOCUMENTED,
help = "Experimental option to limit the header compilation classpath to direct deps."
help = "Experimental option to limit the header compilation classpath to direct deps.",
oldName = "experimental_java_header_compilation_direct_classpath"
)
public boolean headerCompilationDirectClasspath;

Expand Down

0 comments on commit f61ad5c

Please sign in to comment.