Libs support for * -> java_library_edge with kt sources

Bug: 244210934
Test: bo2build tests and built kotlinx_atomicfu
Change-Id: Id6eac2f104878e4d7902a32e846ef1cc87dd7863
This commit is contained in:
Alix
2022-12-15 06:12:46 +00:00
parent ccfe6022d4
commit 266bbf2f9c
2 changed files with 10 additions and 10 deletions

View File

@@ -685,6 +685,7 @@ func TestJavaLibraryKotlinSrcs(t *testing.T) {
"c.kt",
]`,
}),
MakeNeverlinkDuplicateTarget("kt_jvm_library", "java-lib-1"),
},
})
}
@@ -707,6 +708,7 @@ func TestJavaLibraryKotlinCommonSrcs(t *testing.T) {
]`,
"common_srcs": `["c.kt"]`,
}),
MakeNeverlinkDuplicateTarget("kt_jvm_library", "java-lib-1"),
},
})
}