Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex.go853 modules[i].(*apexBundle).properties.ApexType = imageApex
855 modules[i].(*apexBundle).properties.ApexType = zipApex
857 modules[i].(*apexBundle).properties.ApexType = flattenedApex
998 ApexType apexPackaging `blueprint:"mutated"` member
1953 switch a.properties.ApexType {
2292 if a.Updatable() && a.properties.ApexType == imageApex {
2307 if a.properties.ApexType == flattenedApex {
Dandroidmk.go45 apexType := a.properties.ApexType
291 apexType := a.properties.ApexType
Dbuilder.go236 if a.properties.ApexType == zipApex {
372 apexType := a.properties.ApexType
723 if a.properties.ApexType == flattenedApex {