grpclb: Include META-INF/services to //grpclb:grpclb (#9156)

This commit is contained in:
Sergii Tkachenko 2022-05-10 09:02:33 -07:00 committed by GitHub
parent af56f1fc7d
commit 743b1ede11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ java_library(
srcs = glob([
"src/main/java/io/grpc/grpclb/*.java",
]),
resources = glob([
"src/main/resources/**",
]),
visibility = ["//visibility:public"],
deps = [
":load_balancer_java_grpc",