Merge "Allow protoc-gen-javastream to build statically"

This commit is contained in:
Treehugger Robot
2019-10-14 23:42:23 +00:00
committed by Gerrit Code Review

View File

@@ -29,7 +29,7 @@ cc_defaults {
"-Werror", "-Werror",
], ],
shared_libs: ["libprotoc"], static_libs: ["libprotoc"],
} }
cc_binary_host { cc_binary_host {