Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go12 CcLibraryInterface() bool methodSpec
Dcc.go648 func (c *Module) CcLibraryInterface() bool { func
2302 if ccReuseDep, ok := ccDep.(*Module); ok && ccDep.CcLibraryInterface() {
2313 if _, ok := ccDep.(*Module); ok && ccDep.CcLibraryInterface() {
2472 if !ccDep.CcLibraryInterface() || !ccDep.Static() {
2512 if !ccDep.CcLibraryInterface() || !ccDep.Static() {
Dfuzz.go173 !linkable.CcLibraryInterface() || !linkable.Shared() || // Discard static libs.
Dandroidmk.go124 c.CcLibraryInterface() && c.Shared() {
Dlibrary.go1483 } else if library, ok := mctx.Module().(LinkableInterface); ok && library.CcLibraryInterface() {
/build/soong/rust/
Drust.go396 func (mod *Module) CcLibraryInterface() bool { func
755 if rustDep, ok := dep.(*Module); ok && !rustDep.CcLibraryInterface() {