Lines Matching refs:base
338 base := m.apexModuleBase()
339 base.canHaveApexVariants = true
341 m.AddProperties(&base.ApexProperties)
546 base := module.apexModuleBase()
549 if len(base.apexInfos) == 0 {
555 base.checkApexAvailableProperty(mctx)
559 …if !mctx.Module().(ApexModule).UniqueApexVariations() && !base.ApexProperties.UniqueApexVariations…
560 apexInfos, aliases = mergeApexVariations(mctx, base.apexInfos)
562 apexInfos = base.apexInfos
567 base.apexInfos = nil
576 base.ApexProperties.InAnyApex = true
577 base.ApexProperties.DirectlyInAnyApex = inApex == directlyInApex
653 base := am.apexModuleBase()
659 depBase.ApexProperties.DirectlyInAnyApex = base.ApexProperties.DirectlyInAnyApex
660 depBase.ApexProperties.InAnyApex = base.ApexProperties.InAnyApex
664 if base.ApexProperties.DirectlyInAnyApex {
676 base.ApexProperties.AnyVariantDirectlyInAnyApex