Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex.go954 modules[i].(*apexBundle).properties.ApexType = imageApex
956 modules[i].(*apexBundle).properties.ApexType = zipApex
958 modules[i].(*apexBundle).properties.ApexType = flattenedApex
1103 ApexType apexPackaging `blueprint:"mutated"` member
1948 switch a.properties.ApexType {
2240 if a.properties.ApexType != zipApex {
2267 if a.Updatable() && a.properties.ApexType == imageApex {
2280 if a.properties.ApexType == flattenedApex {
Dandroidmk.go52 apexType := a.properties.ApexType
282 apexType := a.properties.ApexType
Dbuilder.go325 apexType := a.properties.ApexType
660 if a.properties.ApexType == flattenedApex {