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
To support this, we'll need to ship providers with Native Image targets that build shared libraries, so that downstream rules can resolve the generated library and headers.
The text was updated successfully, but these errors were encountered:
It's unclear which providers we need to make this work seamlessly, but, for the moment, it's worth looking at transitive_native_libraries (part of the JavaInfo provider).
When building a Native Image as a shared library, users will want to make use of those outputs downstream, most obviously in
cc_*
targets.The following would be great:
To support this, we'll need to ship providers with Native Image targets that build shared libraries, so that downstream rules can resolve the generated library and headers.
The text was updated successfully, but these errors were encountered: