Skip to content

Support shared library binaries #1

@rnburn

Description

@rnburn

Like cc_binary you should be able to link shared libraries with cc_module_binary. For example,

cc_module_binary(
     name = "liba.so",
     srcs = [
        "a.cc",
     ],
     linkshared = True,
     deps = [
        ":my_module",
     ],
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions