Skip to content

Commit 303d2ea

Browse files
DeviceInfracopybara-github
DeviceInfra
authored andcommitted
Internal change
PiperOrigin-RevId: 738924723
1 parent 5ead9ce commit 303d2ea

File tree

1 file changed

+6
-0
lines changed
  • src/devtools/common/metrics/stability/model/proto

1 file changed

+6
-0
lines changed

src/devtools/common/metrics/stability/model/proto/BUILD

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#
1515

1616
load("@com_google_protobuf//:protobuf.bzl", "py_proto_library")
17+
load("//third_party/protobuf/build_defs:kt_jvm_proto_library.bzl", "kt_jvm_proto_library")
1718

1819
DEFAULT_VISIBILITY = [
1920
"//:deviceinfra_all_pkg",
@@ -39,6 +40,11 @@ java_proto_library(
3940
deps = [":error_proto"],
4041
)
4142

43+
kt_jvm_proto_library(
44+
name = "error_kt_proto",
45+
deps = [":error_proto"],
46+
)
47+
4248
py_proto_library(
4349
name = "error_py_proto",
4450
srcs = [

0 commit comments

Comments
 (0)