Skip to content

Commit

Permalink
Add "src/**/*.inc" to //:protobuf_headers
Browse files Browse the repository at this point in the history
Otherwise, sandbox and remote execution will complain `google/protobuf/port_def.inc` doesn't exist.
  • Loading branch information
meteorcloudy authored and acozzette committed Jun 19, 2019
1 parent d3e6f10 commit 6e58040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ cc_library(
# TODO(keveman): Remove this target once the support gets added to Bazel.
cc_library(
name = "protobuf_headers",
hdrs = glob(["src/**/*.h"]),
hdrs = glob(["src/**/*.h", "src/**/*.inc"]),
includes = ["src/"],
visibility = ["//visibility:public"],
)
Expand Down

0 comments on commit 6e58040

Please sign in to comment.