Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dlinkable.go108 CcLibraryInterface() bool
H A Dfuzz.go186 if !ok || !linkable.CcLibraryInterface() {
H A Dlibrary.go1990 } else if library, ok := mctx.Module().(LinkableInterface); ok && library.CcLibraryInterface() {
2124 CcLibraryInterface() bool
2128 module.CcLibraryInterface() && module.Shared()
H A Dandroidmk.go135 c.CcLibraryInterface() && c.Shared() {
H A Dcc.go940 func (c *Module) CcLibraryInterface() bool { func
2764 if !ccDep.CcLibraryInterface() || !ccDep.Static() {
/aosp12/build/soong/rust/
H A Drust.go545 func (mod *Module) CcLibraryInterface() bool { func
935 if rustDep, ok := dep.(*Module); ok && !rustDep.CcLibraryInterface() {