Internal flow change phase 2.

PiperOrigin-RevId: 427059704
This commit is contained in:
suetfei
2022-02-07 17:17:20 -08:00
committed by Copybara-Service
parent 7661019dc3
commit 37f8b4487e
24 changed files with 103 additions and 197 deletions
+1 -19
View File
@@ -13,7 +13,7 @@
# limitations under the License.
# Proto for Nearby products
load("//net/proto2/contrib/portable/cc:portable_proto_build_defs.bzl", "portable_proto_library")
load("//tools/build_defs/proto/cpp:cc_proto_library.bzl", "cc_proto_library")
licenses(["notice"])
@@ -47,24 +47,6 @@ cc_proto_library(
],
)
portable_proto_library(
name = "connections_enums_portable_proto",
config = ":connections_enums_proto_config",
copts = [
"-DGOOGLE_PROTOBUF_NO_RTTI=1",
],
header_outs = [
"connections_enums.pb.h",
],
proto_deps = [
":connections_enums_proto",
],
visibility = [
"//location/nearby/connections:__subpackages__",
"//third_party/nearby:__subpackages__",
],
)
filegroup(
name = "connections_enums_proto_config",
srcs = ["connections_enums_proto_config.asciipb"],
+1 -15
View File
@@ -13,7 +13,7 @@
# limitations under the License.
# Proto for Nearby products
load("//net/proto2/contrib/portable/cc:portable_proto_build_defs.bzl", "portable_proto_library")
load("//tools/build_defs/proto/cpp:cc_proto_library.bzl", "cc_proto_library")
licenses(["notice"])
@@ -35,20 +35,6 @@ cc_proto_library(
deps = [":error_code_enums_proto"],
)
portable_proto_library(
name = "error_code_enums_portable_proto",
config = ":error_code_enums_proto_config",
copts = [
"-DGOOGLE_PROTOBUF_NO_RTTI=1",
],
proto_deps = [
":error_code_enums_proto",
],
visibility = [
"//third_party/nearby:__subpackages__",
],
)
filegroup(
name = "error_code_enums_proto_config",
srcs = ["error_code_enums_proto_config.asciipb"],
-15
View File
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
load("//net/proto2/contrib/portable/cc:portable_proto_build_defs.bzl", "portable_proto_library")
load("//tools/build_defs/proto/cpp:cc_proto_library.bzl", "cc_proto_library")
licenses(["notice"])
@@ -96,20 +95,6 @@ cc_proto_library(
],
)
portable_proto_library(
name = "ble_frames_portable_proto",
config = ":ble_frames_portable_proto_config",
copts = [
"-DGOOGLE_PROTOBUF_NO_RTTI=1",
],
header_outs = [
"ble_frames.pb.h",
],
proto_deps = [
":ble_frames_proto",
],
)
filegroup(
name = "ble_frames_portable_proto_config",
srcs = ["ble_frames_portable_proto_config.asciipb"],