diff --git a/proto/BUILD b/proto/BUILD index 724f77abe0..883d6152f9 100644 --- a/proto/BUILD +++ b/proto/BUILD @@ -18,6 +18,7 @@ load("@com_google_protobuf//bazel:cc_proto_library.bzl", "cc_proto_library") load("@com_google_protobuf//bazel:java_proto_library.bzl", "java_proto_library") load("@com_google_protobuf//bazel:proto_library.bzl", "proto_library") +load("@com_google_protobuf//build_defs:kt_jvm_proto_library.bzl", "kt_jvm_lite_proto_library") licenses(["notice"]) @@ -28,6 +29,11 @@ proto_library( srcs = ["connections_enums.proto"], ) +kt_jvm_lite_proto_library( + name = "connections_enums_kt_proto_lite", + deps = [":connections_enums_proto"], +) + java_proto_library( name = "connections_enums_java_proto", deps = [":connections_enums_proto"], diff --git a/proto/connections_enums.proto b/proto/connections_enums.proto index 3414b9c600..6ab2ebbf53 100644 --- a/proto/connections_enums.proto +++ b/proto/connections_enums.proto @@ -97,7 +97,10 @@ enum Medium { // //depot/google3/java/com/google/android/gms/nearby/internal/connection/api.proto, // //depot/google3/third_party/nearby/connections/implementation/proto/offline_wire_formats.proto, // //depot/google3/wireless/android/stats/platform/westworld/public/protos/enums/android/nearby/connections/enums.proto, -// //depot/google3/third_party/nearby/connections/c/nc_types.h +// //depot/google3/third_party/nearby/connections/c/nc_types.h, +// //depot/google3/logs/proto/wireless/android/backup/os_migration_log.proto:BandwidthChangedEvent.Medium, +// //depot/google3/java/com/google/android/gmscore/integ/modules/smartdevice/src/com/google/android/gms/smartdevice/logging/gil/SemanticLogger.kt, +// //depot/google3/javatests/com/google/android/gmscore/integ/modules/smartdevice/tests/robolectric/src/com/google/android/gms/smartdevice/logging/gil/SemanticLoggerTest.kt // ) // LINT.IfChange