Home
last modified time | relevance | path

Searched refs:CcLibrary (Results 1 – 5 of 5) sorted by relevance

/build/soong/cc/
Dlinkable.go11 CcLibrary() bool methodSpec
Dfuzz.go174 (linkable.CcLibrary() && linkable.BuildStubs()) {
Dcc.go630 func (c *Module) CcLibrary() bool { func
2323 if ccDep.CcLibrary() && !depIsStatic {
2582 if ccDep.CcLibrary() {
Dlibrary.go1572 if library.CcLibrary() && library.BuildSharedVariant() && len(library.StubsVersions()) > 0 {
/build/soong/rust/
Drust.go281 func (mod *Module) CcLibrary() bool { func