From 13eb14986b3fbce692c7ce5ef62adc8d4bf84f2b Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Mon, 13 May 2019 15:55:44 -0700 Subject: More fixes for Blaze. --- BUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'BUILD') diff --git a/BUILD b/BUILD index cefbc81..dd3f80c 100644 --- a/BUILD +++ b/BUILD @@ -49,8 +49,6 @@ cc_library( "upb/decode.c", "upb/encode.c", "upb/msg.c", - "upb/port_def.inc", - "upb/port_undef.inc", "upb/table.c", "upb/table.int.h", "upb/upb.c", @@ -62,6 +60,11 @@ cc_library( "upb/msg.h", "upb/upb.h", ], + # Internal-only, but we have to make them public for generated code. + textual_hdrs = [ + "upb/port_def.inc", + "upb/port_undef.inc", + ], copts = COPTS, visibility = ["//visibility:public"], ) -- cgit v1.2.3