Skip to content

Conversation

@AleksanderGondek
Copy link
Owner

This change introduces the cc_so_import rule,
which aims to allow for import of pre-built SOLs
into the Bazel build in approach, that is align
with the desin goal of current ruleset - that is,
cc_so_import targets are treated as cc_so targets and by default are not propagated upwards the
dependency tree, neither are included in any
context apart from the direct dependee.

This change introduces the `cc_so_import` rule,
which aims to allow for import of pre-built SOLs
into the Bazel build in approach, that is align
with the desin goal of current ruleset - that is,
`cc_so_import` targets are treated as `cc_so` targets
and by default are not propagated upwards the
dependency tree, neither are included in any
context apart from the direct dependee.
@AleksanderGondek AleksanderGondek merged commit 9adb4e9 into master Nov 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants