Merge pull request #383 from fowles/master

Fix build rules for more restrive deps checks
pull/13171/head
Matt Fowles Kulukundis 4 years ago committed by GitHub
commit 5084cbe646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      BUILD
  2. 2
      tests/BUILD

@ -134,6 +134,7 @@ cc_library(
hdrs = [ hdrs = [
"upb/decode_fast.h", "upb/decode_fast.h",
"upb/msg.h", "upb/msg.h",
"upb/msg.int.h",
"upb/port_def.inc", "upb/port_def.inc",
"upb/port_undef.inc", "upb/port_undef.inc",
], ],

@ -106,7 +106,7 @@ proto_library(
], ],
) )
upb_proto_reflection_library( upb_proto_library(
name = "test_cpp_upb_proto", name = "test_cpp_upb_proto",
deps = ["test_cpp_proto"], deps = ["test_cpp_proto"],
) )

Loading…
Cancel
Save