Skip to main content
A library the user can link against.

Members

Whether to link the static library/objects in the —whole_archive block.

dynamic_library

Artifact of dynamic library to be linked. Always used for runtime and used for linking if interface_library is not passed. May return None.

interface_library

Artifact of interface library to be linked. May return None.

lto_bitcode_files

List of LTO bitcode files in the library. May return None.

objects

List of object files in the library. May return None.

pic_lto_bitcode_files

List of pic LTO bitcode files in the library. May return None.

pic_objects

List of pic object files in the library. May return None.

pic_static_library

Artifact of pic static library to be linked. May return None.
The resolved Artifact of the dynamic library to be linked if dynamic_library is a symlink, otherwise this is None. May return None.
The resolved Artifact of the interface library to be linked if interface_library is a symlink, otherwise this is None. May return None.

static_library

Artifact of static library to be linked. May return None.