Home
last modified time | relevance | path

Searched refs:CcLibraryInterface (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/build/soong/cc/
H A Dlinkable.go72 CcLibraryInterface() bool methodSpec
H A Dlibrary.go2112 …} else if library, ok := ctx.Module().(LinkableInterface); ok && (library.CcLibraryInterface() || …
2160 } else if library, ok := ctx.Module().(LinkableInterface); ok && library.CcLibraryInterface() {
2204 } else if library, ok := ctx.Module().(LinkableInterface); ok && library.CcLibraryInterface() {
2265 CcLibraryInterface() bool
2269 module.CcLibraryInterface() && module.Shared()
H A Dfuzz.go226 if !ok || !linkable.CcLibraryInterface() {
H A Dandroidmk.go144 c.CcLibraryInterface() && c.Shared() {
H A Dcc.go1101 func (c *Module) CcLibraryInterface() bool { func
3229 if !ccDep.CcLibraryInterface() || !ccDep.Static() {
/aosp_15_r20/build/soong/rust/
H A Drust.go593 func (mod *Module) CcLibraryInterface() bool { func