Internal Flow change for BUILD.

PiperOrigin-RevId: 424991730
This commit is contained in:
suetfei
2022-02-02 11:51:37 -08:00
committed by hai007
parent 1bc6798e14
commit 287f0d7174
37 changed files with 396 additions and 482 deletions
+1 -11
View File
@@ -21,12 +21,8 @@ proto_library(
srcs = [
"offline_wire_formats.proto",
],
cc_api_version = 2,
compatible_with = [
"//buildenv/target:non_prod",
],
visibility = [
"//platform/impl/ios:__subpackages__",
"//cpp/platform/impl/ios:__subpackages__",
],
)
@@ -41,9 +37,6 @@ java_lite_proto_library(
portable_proto_library(
name = "offline_wire_formats_portable_proto",
compatible_with = [
"//buildenv/target:non_prod",
],
config = ":offline_wire_formats_proto_config",
copts = [
"-DGOOGLE_PROTOBUF_NO_RTTI=1",
@@ -62,7 +55,4 @@ portable_proto_library(
filegroup(
name = "offline_wire_formats_proto_config",
srcs = ["offline_wire_formats_proto_config.asciipb"],
compatible_with = [
"//buildenv/target:non_prod",
],
)
@@ -16,7 +16,7 @@ syntax = "proto2";
package location.nearby.connections;
option optimize_for = LITE_RUNTIME;
option optimize_for = SPEED;
option java_outer_classname = "OfflineWireFormatsProto";
option java_package = "com.google.location.nearby.connections.proto";
option objc_class_prefix = "GNCP";