mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Internal cleaup for protos.
PiperOrigin-RevId: 424738503
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
# 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,6 +35,11 @@ java_lite_proto_library(
|
||||
deps = [":error_code_enums_proto"],
|
||||
)
|
||||
|
||||
cc_proto_library(
|
||||
name = "error_code_enums_cc_proto",
|
||||
deps = [":error_code_enums_proto"],
|
||||
)
|
||||
|
||||
portable_proto_library(
|
||||
name = "error_code_enums_portable_proto",
|
||||
compatible_with = [
|
||||
|
||||
Reference in New Issue
Block a user