commit | 647aa4f00955d5954a8f07ed2a6b1680f4e2cb2a | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Oct 05 13:41:32 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Oct 05 20:56:51 2017 +0000 |
tree | e7d86607bf1c31b1f662abba3520c3199746c58a | |
parent | 6fc8d9126cc12b54e5a92b10748467c01042859f [diff] [blame] |
Allow full protos in host modules Test: m -j checkbuild Change-Id: I9dd076fea3e0544b8bdeeac9b040a8ee9d818715
diff --git a/java/proto.go b/java/proto.go index 324868a..dd8cabd 100644 --- a/java/proto.go +++ b/java/proto.go
@@ -88,7 +88,7 @@ flags.protoOutFlag = "--javanano_out" case "stream": flags.protoOutFlag = "--javastream_out" - case "lite", "": + case "lite", "full", "": flags.protoOutFlag = "--java_out" default: ctx.PropertyErrorf("proto.type", "unknown proto type %q",