Have stream_executor_hdrs depend on tf_status_headers without sources.

PiperOrigin-RevId: 339118789
Change-Id: If399c26b7bd8638f61e33a08037c384e1a5f9ba2
This commit is contained in:
Anna R 2020-10-26 14:31:27 -07:00 committed by TensorFlower Gardener
parent 9907477e8b
commit 47b9d66592

View File

@ -17,7 +17,7 @@ cc_library(
visibility = ["//tensorflow:internal"],
deps = [
"//tensorflow/c:c_api_macros",
"//tensorflow/c:tf_status",
"//tensorflow/c:tf_status_headers",
],
)