Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go71 CcLibraryInterface() bool methodSpec
Dfuzz.go188 if !ok || !linkable.CcLibraryInterface() {
Dandroidmk.go124 c.CcLibraryInterface() && c.Shared() {
Dlibrary.go2134 …} else if library, ok := mctx.Module().(LinkableInterface); ok && (library.CcLibraryInterface() ||…
2266 CcLibraryInterface() bool
2270 module.CcLibraryInterface() && module.Shared()
Dcc.go1093 func (c *Module) CcLibraryInterface() bool { func
3207 if !ccDep.CcLibraryInterface() || !ccDep.Static() {
/build/soong/rust/
Drust.go598 func (mod *Module) CcLibraryInterface() bool { func