Skip to content

Commit 0e54ac3

Browse files
Internal change
PiperOrigin-RevId: 547228804
1 parent 58e11a4 commit 0e54ac3

File tree

1 file changed

+5
-0
lines changed
  • tensorflow_lite_support/cc/task/processor/proto

1 file changed

+5
-0
lines changed

tensorflow_lite_support/cc/task/processor/proto/BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,11 @@ proto_library(
252252
srcs = ["search_result.proto"],
253253
)
254254

255+
java_lite_proto_library(
256+
name = "search_result_java_proto_lite",
257+
deps = [":search_result_proto"],
258+
)
259+
255260
cc_proto_library(
256261
name = "search_result_cc_proto",
257262
deps = [":search_result_proto"],

0 commit comments

Comments
 (0)