Searched defs:ApexModuleBase (Results 1 – 2 of 2) sorted by relevance
86 type ApexModuleBase struct { struct87 ApexProperties ApexProperties89 canHaveApexVariants bool91 apexVariationsLock sync.Mutex // protects apexVariations during parallel apexDepsMutator92 apexVariations []string95 func (m *ApexModuleBase) apexModuleBase() *ApexModuleBase {99 func (m *ApexModuleBase) BuildForApex(apexName string) {107 func (m *ApexModuleBase) ApexName() string {111 func (m *ApexModuleBase) IsForPlatform() bool {115 func (m *ApexModuleBase) setApexName(apexName string) {[all …]
368 android.ApexModuleBase anonMember1974 android.ApexModuleBase anonMember