Home
last modified time | relevance | path

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

/build/soong/cc/
Dstub_library.go37 return m.IsStubs() || m.HasStubsVariants()
Dsabi.go163 if !m.HasStubsVariants() {
Dcc.go1331 func (c *Module) HasStubsVariants() bool { func
1937 if c.HasStubsVariants() && c.NotInPlatform() && !c.InRamdisk() &&
3414 if cc.HasStubsVariants() {
/build/soong/apex/
Dapex.go1828 …if c.HasStubsVariants() && !a.vndkApex && !cc.InstallToBootstrap(c.BaseModuleName(), ctx.Config())…
2023 if !abInfo.Contents.DirectlyInApex(depName) && (cc.IsStubs() || cc.HasStubsVariants()) {
2552 isStubLibraryFromOtherApex := ccm.HasStubsVariants() && !abInfo.Contents.DirectlyInApex(toName)
/build/soong/rust/
Drust.go1569 if ccm.HasStubsVariants() {