mirror of https://github.com/grpc/grpc-java.git
bazel: Fix renamed javalite target
This was missed from 2d592642a
, because the select hid the failure.
This commit is contained in:
parent
a4299eb6be
commit
274bf62e04
|
@ -10,7 +10,7 @@ java_library(
|
|||
"@com_google_guava_guava//jar",
|
||||
"@com_google_j2objc_j2objc_annotations//jar",
|
||||
] + select({
|
||||
":android": ["@com_google_protobuf_javalite//:protobuf_java_lite"],
|
||||
":android": ["@com_google_protobuf_javalite//:protobuf_javalite"],
|
||||
"//conditions:default": ["@com_google_protobuf//:protobuf_java"],
|
||||
}),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue