Skip to content

Commit

Permalink
Fix error introduced during merge
Browse files Browse the repository at this point in the history
  • Loading branch information
aragos committed Dec 8, 2023
1 parent 0c1a59c commit 165b622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kt_jvm_grpc.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ def kt_jvm_proto_library(
java_protos = java_deps
java_exports = []
else:
java_proto_target = ":%s_DO_NOT_DEPEND_java_proto" % name
if flavor == "lite":
native.java_lite_proto_library(
name = java_proto_target[1:],
Expand Down

0 comments on commit 165b622

Please sign in to comment.