Home
last modified time | relevance | path

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

/build/soong/cc/
Dstub_library.go38 return m.IsStubs() || m.HasStubsVariants()
Dsabi.go214 if !m.HasStubsVariants() {
Dcc.go1412 func (c *Module) HasStubsVariants() bool { func
1896 if !c.HasStubsVariants() {
2132 if c.HasStubsVariants() && c.NotInPlatform() && !c.InRamdisk() &&
3810 if cc.HasStubsVariants() {
/build/soong/linkerconfig/
Dlinkerconfig.go118 if c, ok := m.(*cc.Module); ok && c.HasStubsVariants() && !c.Host() {
/build/soong/apex/
Dapex.go2000 …if ch.HasStubsVariants() && !a.vndkApex && !cc.InstallToBootstrap(ch.BaseModuleName(), ctx.Config(…
2188 if !abInfo.Contents.DirectlyInApex(depName) && (ch.IsStubs() || ch.HasStubsVariants()) {
2699 isStubLibraryFromOtherApex := ccm.HasStubsVariants() && !abInfo.Contents.DirectlyInApex(toName)
/build/soong/rust/
Drust.go1780 if ccm.HasStubsVariants() {