Skip to content

Commit 165b622

Browse files
committed
Fix error introduced during merge
1 parent 0c1a59c commit 165b622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kt_jvm_grpc.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ def kt_jvm_proto_library(
360360
java_protos = java_deps
361361
java_exports = []
362362
else:
363+
java_proto_target = ":%s_DO_NOT_DEPEND_java_proto" % name
363364
if flavor == "lite":
364365
native.java_lite_proto_library(
365366
name = java_proto_target[1:],

0 commit comments

Comments
 (0)