Skip to content

Commit

Permalink
Generate kt proto to support kotlin DSL factory method
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 717966958
  • Loading branch information
tensorflower-gardener authored and tflite-support-robot committed Jan 21, 2025
1 parent 7fd6fa0 commit a083ec5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tensorflow_lite_support/cc/task/core/proto/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
load("//tensorflow_lite_support/cc/port:build_defs.bzl", "support_py_proto_library")

# Placeholder: load java_lite_proto_library
# Placeholder: load proto_library
load("//tensorflow_lite_support/cc/port:build_defs.bzl", "support_py_proto_library")
load("//third_party/protobuf/build_defs:kt_jvm_proto_library.bzl", "kt_jvm_lite_proto_library")

package(
default_visibility = [
Expand Down Expand Up @@ -102,3 +104,8 @@ java_lite_proto_library(
name = "base_options_java_proto_lite",
deps = [":base_options_proto"],
)

kt_jvm_lite_proto_library(
name = "base_options_kt_proto_lite",
deps = [":base_options_proto"],
)

0 comments on commit a083ec5

Please sign in to comment.