mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:38:18 +08:00
src/ray/protobuf: Break proto rules into a proper BUILD file (#9792)
This commit is contained in:
+2
-2
@@ -128,12 +128,12 @@ java_binary(
|
||||
|
||||
java_proto_compile(
|
||||
name = "common_java_proto",
|
||||
deps = ["@//:common_proto"],
|
||||
deps = ["@//src/ray/protobuf:common_proto"],
|
||||
)
|
||||
|
||||
java_proto_compile(
|
||||
name = "gcs_java_proto",
|
||||
deps = ["@//:gcs_proto"],
|
||||
deps = ["@//src/ray/protobuf:gcs_proto"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
|
||||
Reference in New Issue
Block a user