Merge "Allow protoc-gen-javastream to build statically" am: 6afb115dea

am: 8e0b67272d

Change-Id: Ifabb5b2cbb46e18cd0c350d5bb1d6e20c202aa70
This commit is contained in:
Ryan Mitchell
2019-10-14 17:24:01 -07:00
committed by android-build-merger

View File

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