aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-10-09 14:29:19 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-10-09 14:43:06 +0000
commit47f607ea5df14dd3a385b4ad0371948e9144bbce (patch)
tree0603b056c100e185b6eeed9096de10170e1da8a7 /src/main/protobuf
parent5131ef93fe8a3b436699f7bfa6bd2b192072718d (diff)
Rename protobuf targets to xxx_proto.
-- MOS_MIGRATED_REVID=105054615
Diffstat (limited to 'src/main/protobuf')
-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]