Commit 6e58040a authored by Yun Peng's avatar Yun Peng Committed by Adam Cozzette

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

Otherwise, sandbox and remote execution will complain `google/protobuf/port_def.inc` doesn't exist.
parent d3e6f107
......@@ -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"],
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment