Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 720273911
  • Loading branch information
drfloob authored and Google-ML-Automation committed Jan 27, 2025
1 parent c96f21e commit ea9d7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xla/tsl/tsl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ def cc_header_only_library(name, deps = [], includes = [], extra_deps = [], comp
#
# For:
# * Eigen: it's a header-only library. Add it directly to your deps.
# * GRPC: add a direct dep on @com_github_grpc_grpc//:grpc++_public_hdrs.
# * GRPC: add a direct dep on @com_github_grpc_grpc//:grpc++.
#
def custom_op_cc_header_only_library(name, deps = [], includes = [], extra_deps = [], compatible_with = None, **kwargs):
_transitive_hdrs(
Expand Down

0 comments on commit ea9d7ba

Please sign in to comment.