summaryrefslogtreecommitdiff
path: root/java/builder.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2017-11-14 13:11:23 -0800
committer Colin Cross <ccross@android.com> 2017-11-17 11:22:08 -0800
commitd5dbfb78a0f30f0b3ee43a514e4f59206c203458 (patch)
treed5b4ce3db58fa5fe0ac6714045839cde61ecd3d6 /java/builder.go
parentf18e11074dc8bd5bd04554b5b088b1d8cc40bc35 (diff)
Fix proto flags in java
Compute the common proto flags and pass them to the protoc invocation when generating java files. Test: m checkbuild Change-Id: I0d4c23ad001d01eab03b404545383f009214106d
Diffstat (limited to 'java/builder.go')
-rw-r--r--java/builder.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/builder.go b/java/builder.go
index 45e59a426..d2e02fde1 100644
--- a/java/builder.go
+++ b/java/builder.go
@@ -186,7 +186,7 @@ type javaBuilderFlags struct {
kotlincFlags string
kotlincClasspath classpath
- protoFlags string
+ protoFlags []string
protoOutFlag string
}