Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex.go385 apexTypes apexPackaging member
663 a.apexTypes = imageApex
665 a.apexTypes = zipApex
667 a.apexTypes = both
813 if a.apexTypes.zip() {
816 if a.apexTypes.image() {
1086 if a.apexTypes.image() {
1089 if a.apexTypes.zip() {
1206 if apexType == zipApex && a.apexTypes == both {