mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
analytics: 3p NC: Implement ErrorCodeRecorder for AnalyticsRecorder.
PiperOrigin-RevId: 395881244
This commit is contained in:
committed by
Copybara-Service
parent
7e4f65b882
commit
6926f5cd4b
@@ -14,6 +14,8 @@
|
||||
|
||||
# Proto for Nearby products
|
||||
|
||||
load("//net/proto2/contrib/portable/cc:portable_proto_build_defs.bzl", "portable_proto_library")
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
@@ -32,3 +34,28 @@ java_lite_proto_library(
|
||||
name = "error_code_enums_java_proto_lite",
|
||||
deps = [":error_code_enums_proto"],
|
||||
)
|
||||
|
||||
portable_proto_library(
|
||||
name = "error_code_enums_portable_proto",
|
||||
compatible_with = [
|
||||
"//buildenv/target:non_prod",
|
||||
],
|
||||
config = ":error_code_enums_proto_config",
|
||||
copts = [
|
||||
"-DGOOGLE_PROTOBUF_NO_RTTI=1",
|
||||
],
|
||||
proto_deps = [
|
||||
":error_code_enums_proto",
|
||||
],
|
||||
visibility = [
|
||||
"//third_party/nearby_connections:__subpackages__",
|
||||
],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "error_code_enums_proto_config",
|
||||
srcs = ["error_code_enums_proto_config.asciipb"],
|
||||
compatible_with = [
|
||||
"//buildenv/target:non_prod",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user