summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-14 10:39:54 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-14 10:39:54 -0700
commit81e813d3894f1d2600c270468ca795b0271646d4 (patch)
tree3f294b5df7d5e7ed62accd5c652baf77afa38ef9 /BUILD
parent301b6e2d7839b7f835d410a59f76c7fcf3e692f2 (diff)
Made upb_proto_reflection_library() a true aspect.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index c7e24c7..ec24310 100644
--- a/BUILD
+++ b/BUILD
@@ -250,7 +250,7 @@ proto_library(
upb_proto_reflection_library(
name = "test_decoder_upbproto",
- deps = ["test_decoder_proto"],
+ deps = [":test_decoder_proto"],
)
cc_test(
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback