aboutsummaryrefslogtreecommitdiff
path: root/protobuf/BUILD.bazel
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-04-03 15:22:55 -0700
committerGitHub <noreply@github.com>2018-04-03 15:22:55 -0700
commitbace06fe9f027d67bc00a4a621346929a3267a51 (patch)
tree4f55c77659880896632375badb6f970b157699f7 /protobuf/BUILD.bazel
parentb1d91b9f60c33019ffe36073b4b2a4dbbe95ec67 (diff)
downloadgrpc-grpc-java-bace06fe9f027d67bc00a4a621346929a3267a51.tar.gz
java_grpc_library: Add support for protobuf lite
gRPC's protobuf-lite auto-selects between full and lite protobuf based on the value of crosstool_top. If the user is specifying their own --android_crosstool_top, then it will not auto-detect correctly. One day, platforms will fix problems like this, but for the moment it seems we get to live with it.
Diffstat (limited to 'protobuf/BUILD.bazel')
-rw-r--r--protobuf/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/protobuf/BUILD.bazel b/protobuf/BUILD.bazel
index ea611308d..1c583ef0a 100644
--- a/protobuf/BUILD.bazel
+++ b/protobuf/BUILD.bazel
@@ -6,7 +6,7 @@ java_library(
visibility = ["//visibility:public"],
deps = [
"//core",
- "//protobuf-lite:protobuf_lite",
+ "//protobuf-lite",
"@com_google_api_grpc_proto_google_common_protos//jar",
"@com_google_code_findbugs_jsr305//jar",
"@com_google_guava_guava//jar",