mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
Internal Flow change for BUILD.
PiperOrigin-RevId: 424991730
This commit is contained in:
@@ -23,11 +23,6 @@ package(default_visibility = ["//visibility:public"])
|
||||
proto_library(
|
||||
name = "error_code_enums_proto",
|
||||
srcs = ["error_code_enums.proto"],
|
||||
cc_api_version = 2,
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
deps = [
|
||||
"//logs/proto/logs_annotations",
|
||||
],
|
||||
)
|
||||
|
||||
java_lite_proto_library(
|
||||
@@ -42,9 +37,6 @@ cc_proto_library(
|
||||
|
||||
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",
|
||||
@@ -60,7 +52,4 @@ portable_proto_library(
|
||||
filegroup(
|
||||
name = "error_code_enums_proto_config",
|
||||
srcs = ["error_code_enums_proto_config.asciipb"],
|
||||
compatible_with = [
|
||||
"//buildenv/target:non_prod",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -19,7 +19,7 @@ package location.nearby.errorcode.proto;
|
||||
|
||||
|
||||
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
option optimize_for = SPEED;
|
||||
option java_package = "com.google.location.nearby.errorcode.proto";
|
||||
option java_outer_classname = "ErrorCodeEnums";
|
||||
option objc_class_prefix = "GNCP";
|
||||
|
||||
Reference in New Issue
Block a user