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
This commit is contained in:
Colin Cross
2017-11-14 13:11:23 -08:00
parent f18e11074d
commit d5dbfb78a0
2 changed files with 8 additions and 3 deletions

View File

@@ -186,7 +186,7 @@ type javaBuilderFlags struct {
kotlincFlags string
kotlincClasspath classpath
protoFlags string
protoFlags []string
protoOutFlag string
}