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

am: 5e3a1ba15f

Change-Id: Ic47ff6540a54ac4e576657a77c579462cd3b1f36
This commit is contained in:
Ryan Mitchell
2019-10-14 17:30:31 -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 {