aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/protobuf/BUILD')
-rw-r--r--src/main/protobuf/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/protobuf/BUILD b/src/main/protobuf/BUILD
index 6c2456a885..fcb8920a95 100644
--- a/src/main/protobuf/BUILD
+++ b/src/main/protobuf/BUILD
@@ -18,7 +18,7 @@ FILES = [
]
[proto_java_library(
- name = "proto_" + s,
+ name = s + "_proto",
src = s + ".proto",
) for s in FILES]