Add "src/**/*.inc" to //:protobuf_headers

Otherwise, sandbox and remote execution will complain `google/protobuf/port_def.inc` doesn't exist.
pull/6281/head^2
Yun Peng 6 years ago committed by Adam Cozzette
parent d3e6f10768
commit 6e58040a71
  1. 2
      BUILD

@ -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"],
)

Loading…
Cancel
Save