diff --git a/BUILD b/BUILD index 30b9f9a9d3..cfd6f11b19 100644 --- a/BUILD +++ b/BUILD @@ -134,6 +134,7 @@ cc_library( hdrs = [ "upb/decode_fast.h", "upb/msg.h", + "upb/msg.int.h", "upb/port_def.inc", "upb/port_undef.inc", ], diff --git a/tests/BUILD b/tests/BUILD index 0748311a8f..017c9b7f6c 100644 --- a/tests/BUILD +++ b/tests/BUILD @@ -106,7 +106,7 @@ proto_library( ], ) -upb_proto_reflection_library( +upb_proto_library( name = "test_cpp_upb_proto", deps = ["test_cpp_proto"], )