From decdc154027d895fb089e9af75c6ae8d46be8607 Mon Sep 17 00:00:00 2001 From: Nick Bourdakos Date: Fri, 24 Mar 2023 12:03:13 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 519204238 --- connections/implementation/proto/BUILD | 1 - internal/proto/BUILD | 3 --- internal/proto/analytics/BUILD | 1 - proto/BUILD | 2 -- proto/errorcode/BUILD | 1 - proto/mediums/BUILD | 5 ----- 6 files changed, 13 deletions(-) diff --git a/connections/implementation/proto/BUILD b/connections/implementation/proto/BUILD index b1549500..ec6e782b 100644 --- a/connections/implementation/proto/BUILD +++ b/connections/implementation/proto/BUILD @@ -21,7 +21,6 @@ proto_library( srcs = [ "offline_wire_formats.proto", ], - cc_api_version = 2, visibility = [ "//internal/platform/implementation/apple:__subpackages__", ], diff --git a/internal/proto/BUILD b/internal/proto/BUILD index d274c123..e765eec7 100644 --- a/internal/proto/BUILD +++ b/internal/proto/BUILD @@ -3,7 +3,6 @@ load("@rules_cc//cc:defs.bzl", "cc_proto_library") proto_library( name = "credential_proto", srcs = ["credential.proto"], - cc_api_version = 2, visibility = ["//location/nearby/presence/proto:__pkg__"], ) @@ -18,7 +17,6 @@ cc_proto_library( proto_library( name = "local_credential_proto", srcs = ["local_credential.proto"], - cc_api_version = 2, visibility = ["//location/nearby/presence/proto:__pkg__"], deps = [":credential_proto"], ) @@ -34,7 +32,6 @@ cc_proto_library( proto_library( name = "metadata_proto", srcs = ["metadata.proto"], - cc_api_version = 2, visibility = ["//location/nearby/presence/proto:__pkg__"], ) diff --git a/internal/proto/analytics/BUILD b/internal/proto/analytics/BUILD index 84a81509..54242e26 100644 --- a/internal/proto/analytics/BUILD +++ b/internal/proto/analytics/BUILD @@ -23,7 +23,6 @@ proto_library( srcs = [ "connections_log.proto", ], - cc_api_version = 2, deps = [ "//proto:connections_enums_proto", "//proto/errorcode:error_code_enums_proto", diff --git a/proto/BUILD b/proto/BUILD index f95f35f9..8606f593 100644 --- a/proto/BUILD +++ b/proto/BUILD @@ -23,7 +23,6 @@ package(default_visibility = ["//visibility:public"]) proto_library( name = "connections_enums_proto", srcs = ["connections_enums.proto"], - cc_api_version = 2, ) java_proto_library( @@ -41,7 +40,6 @@ cc_proto_library( proto_library( name = "sharing_enums_proto", srcs = ["sharing_enums.proto"], - cc_api_version = 2, ) proto_library( diff --git a/proto/errorcode/BUILD b/proto/errorcode/BUILD index 50d5bcff..1ec24aef 100644 --- a/proto/errorcode/BUILD +++ b/proto/errorcode/BUILD @@ -23,7 +23,6 @@ package(default_visibility = ["//visibility:public"]) proto_library( name = "error_code_enums_proto", srcs = ["error_code_enums.proto"], - cc_api_version = 2, ) cc_proto_library( diff --git a/proto/mediums/BUILD b/proto/mediums/BUILD index 9b47ed06..7457b04e 100644 --- a/proto/mediums/BUILD +++ b/proto/mediums/BUILD @@ -23,7 +23,6 @@ proto_library( srcs = [ "multiplex_frames.proto", ], - cc_api_version = 2, ) proto_library( @@ -31,7 +30,6 @@ proto_library( srcs = [ "nfc_frames.proto", ], - cc_api_version = 2, ) proto_library( @@ -39,7 +37,6 @@ proto_library( srcs = [ "wifi_aware_frames.proto", ], - cc_api_version = 2, ) proto_library( @@ -47,7 +44,6 @@ proto_library( srcs = [ "web_rtc_signaling_frames.proto", ], - cc_api_version = 2, ) cc_proto_library( @@ -61,7 +57,6 @@ proto_library( srcs = [ "ble_frames.proto", ], - cc_api_version = 2, ) cc_proto_library(