Add missing dependency to TSL target

Without that the layering check was failing.

PiperOrigin-RevId: 825098439
This commit is contained in:
Henning Becker 2025-10-28 10:20:52 -07:00 committed by TensorFlower Gardener
parent 14db6f6317
commit c7dd4775b7

View File

@ -179,6 +179,7 @@ cc_library(
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/synchronization",
"@com_google_absl//absl/time",
"@jsoncpp_git//:jsoncpp",
"@local_tsl//tsl/platform:numbers",
"@local_tsl//tsl/platform:path",