Disable parse_headers in compiler/jit/BUILD's header only target.

PiperOrigin-RevId: 358302609
Change-Id: I99c0dd7162bb8e397e0a44e85bea1888c9ad4cee
This commit is contained in:
Yunxing Dai 2021-02-18 17:35:03 -08:00 committed by TensorFlower Gardener
parent 2c995bda2b
commit 72684b41eb

View File

@ -358,6 +358,9 @@ cc_library(
cc_header_only_library(
name = "flags_headers_only",
features = [
"-parse_headers", # buildifier: disable=no-parse-headers
],
deps = [":flags_headers"],
)
@ -521,6 +524,9 @@ cc_library(
cc_header_only_library(
name = "get_compiler_ir_hdrs_only",
features = [
"-parse_headers", # buildifier: disable=no-parse-headers
],
deps = [":get_compiler_ir_hdrs"],
)