You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce aliasing behavior for tf_proto_library, such that foo_proto is now guaranteed to have cc_libraries foo_proto_cc_headers_only and foo_proto_cc_impl. The name foo_proto_cc aliases to either foo_proto_cc_headers_only or foo_proto_cc_impl depending on whether make_default_target_header_only is True.
This also fixes a bug where header only tf_proto_libraries did not declare dependencies on the header-only tf_proto_libraries that they depend on.
This is needed as part of the Tensorflow Build Improvement RFC, described here: tensorflow/community#179
PiperOrigin-RevId: 282674607
Change-Id: I408ef6a9dd841d2c3779c7d526c4b83d75040b53
0 commit comments