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.go177 (linkable.CcLibrary() && linkable.BuildStubs()) {
Dcc.go639 func (c *Module) CcLibrary() bool { func
2344 if ccDep.CcLibrary() && !depIsStatic {
2609 if ccDep.CcLibrary() {
Dlibrary.go1583 if library.CcLibrary() && library.BuildSharedVariant() && len(library.StubsVersions()) > 0 &&
/build/soong/rust/
Drust.go387 func (mod *Module) CcLibrary() bool { func