diff options
Diffstat (limited to 'java/builder.go')
-rw-r--r-- | java/builder.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/builder.go b/java/builder.go index c52e94266..cefb916df 100644 --- a/java/builder.go +++ b/java/builder.go @@ -161,7 +161,6 @@ type javaBuilderFlags struct { kotlincClasspath classpath protoFlags []string - protoDeps android.Paths protoOutTypeFlag string // The flag itself: --java_out protoOutParams string // Parameters to that flag: --java_out=$protoOutParams:$outDir protoRoot bool |