From d5dbfb78a0f30f0b3ee43a514e4f59206c203458 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Tue, 14 Nov 2017 13:11:23 -0800 Subject: 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 --- java/builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/builder.go') 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 } -- cgit v1.2.3-59-g8ed1b