bazel: Fix renamed javalite target

This was missed from 2d592642a, because the select hid the failure.
This commit is contained in:
Eric Anderson 2019-12-18 09:39:55 -08:00
parent a4299eb6be
commit 274bf62e04
1 changed files with 1 additions and 1 deletions

View File

@ -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"],
}),
)