Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go70 CcLibrary() bool methodSpec
Dfuzz.go198 …if lib := moduleLibraryInterface(dependency); lib != nil && lib.buildStubs() && linkable.CcLibrary
Dcc.go1081 func (c *Module) CcLibrary() bool { func
3940 } else if c.CcLibrary() {
/build/soong/rust/
Drust.go589 func (mod *Module) CcLibrary() bool { func