Home
last modified time | relevance | path

Searched defs:ApexModuleBase (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dapex.go86 type ApexModuleBase struct { struct
87 ApexProperties ApexProperties
89 canHaveApexVariants bool
91 apexVariationsLock sync.Mutex // protects apexVariations during parallel apexDepsMutator
92 apexVariations []string
95 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 …]
/build/soong/cc/
Dcc.go368 android.ApexModuleBase anonMember
1974 android.ApexModuleBase anonMember