Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 586048626
  • Loading branch information
rickeylev authored and tensorflower-gardener committed Nov 28, 2023
1 parent f5d5a10 commit 348f038
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tensorflow_probability/python/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# ============================================================================
"""Build defs for TF/NumPy/JAX-variadic libraries & tests."""

# Placeholder: load PyCcLinkParamsInfo
# Placeholder: load PyInfo
# Placeholder: load native py_library
# Placeholder: load native py_test
Expand Down Expand Up @@ -110,8 +111,8 @@ def _substrate_runfiles_symlinks_impl(ctx):
has_py2_only_sources.append(dep[PyInfo].has_py2_only_sources)
has_py3_only_sources.append(dep[PyInfo].has_py3_only_sources)

# if PyCcLinkParamsProvider in dep: # DisableOnExport
# cc_infos.append(dep[PyCcLinkParamsProvider].cc_info) # DisableOnExport
# if PyCcLinkParamsInfo in dep: # DisableOnExport
# cc_infos.append(dep[PyCcLinkParamsInfo].cc_info) # DisableOnExport

if CcInfo in dep:
cc_infos.append(dep[CcInfo])
Expand Down

0 comments on commit 348f038

Please sign in to comment.