summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD7
1 files changed, 5 insertions, 2 deletions
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"],
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback