summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-13 15:55:44 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-13 15:55:44 -0700
commit13eb14986b3fbce692c7ce5ef62adc8d4bf84f2b (patch)
treeef4bd32657e2fe36275f9f4c36b1331591149203 /BUILD
parenta37877a32679edd455c5480644134282c3aa0460 (diff)
More fixes for Blaze.
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