Home
last modified time | relevance | path

Searched refs:ApexType (Results 1 – 3 of 3) sorted by relevance

/build/soong/apex/
Dandroidmk.go84 apexType := a.properties.ApexType
357 apexType := a.properties.ApexType
Dapex.go198 ApexType apexPackaging `blueprint:"mutated"` member
1205 modules[i].(*apexBundle).properties.ApexType = imageApex
1207 modules[i].(*apexBundle).properties.ApexType = zipApex
1209 modules[i].(*apexBundle).properties.ApexType = flattenedApex
2002 switch a.properties.ApexType {
2056 if !forced && a.Updatable() && a.properties.ApexType == imageApex {
2070 if a.properties.ApexType == flattenedApex {
Dbuilder.go276 switch a.properties.ApexType {
303 panic(fmt.Errorf("unsupported type %v", a.properties.ApexType))
404 apexType := a.properties.ApexType