Skip to content

Commit 240e3d1

Browse files
oquenchilckolli5
andauthored
Add missing line to cherrypick e4bc370 (bazelbuild#15784)
Co-authored-by: Chenchu K <[email protected]>
1 parent ad17b44 commit 240e3d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/starlark/builtins_bzl/common/cc/experimental_cc_shared_library.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ def _cc_shared_library_impl(ctx):
540540
),
541541
OutputGroupInfo(
542542
main_shared_library_output = depset(library),
543+
interface_library = depset(interface_library),
543544
rule_impl_debug_files = depset(direct = debug_files, transitive = transitive_debug_files),
544545
),
545546
CcSharedLibraryInfo(

0 commit comments

Comments
 (0)