mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Internal flow change phase 2.
PiperOrigin-RevId: 427059704
This commit is contained in:
committed by
Copybara-Service
parent
7661019dc3
commit
37f8b4487e
+1
-15
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user