File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/main/java/com/google/devtools/build/lib/rules/proto Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ java_library(
5151 "//src/main/java/com/google/devtools/build/lib/vfs" ,
5252 "//src/main/java/com/google/devtools/build/lib/vfs:pathfragment" ,
5353 "//src/main/java/com/google/devtools/common/options" ,
54+ "//src/main/java/net/starlark/java/annot" ,
5455 "//src/main/java/net/starlark/java/eval" ,
5556 "//third_party:auto_value" ,
5657 "//third_party:guava" ,
Original file line number Diff line number Diff line change 3030import com .google .devtools .common .options .OptionEffectTag ;
3131import com .google .devtools .common .options .OptionMetadataTag ;
3232import java .util .List ;
33+ import net .starlark .java .annot .StarlarkMethod ;
3334
3435/** Configuration for Protocol Buffer Libraries. */
3536@ Immutable
@@ -201,6 +202,7 @@ public ProtoConfiguration(BuildOptions buildOptions) {
201202 this .options = options ;
202203 }
203204
205+ @ StarlarkMethod (name = "experimental_protoc_opts" , structField = true , documented = false )
204206 public ImmutableList <String > protocOpts () {
205207 return protocOpts ;
206208 }
You can’t perform that action at this time.
0 commit comments