From da4b75b97936d9529fb1d35d449727a7bd896425 Mon Sep 17 00:00:00 2001 From: Matt Kulukundis Date: Mon, 5 Apr 2021 18:46:34 -0400 Subject: [PATCH] Fix build rules for more restrive deps checks - add msg.int.h access for generated files - actually declare reflective/non as different things --- BUILD | 1 + tests/BUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"], )