Home
last modified time | relevance | path

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

/build/soong/apex/
Dandroidmk.go88 if !a.primaryApexType && apexType != flattenedApex {
93 if strings.HasPrefix(apexName, "com.android.gki.") && apexType != flattenedApex {
102 if symbolFilesNotNeeded && apexType != flattenedApex {
157 if apexType == flattenedApex {
278 if fi.builtFile == a.manifestPbOut && apexType == flattenedApex {
363 if apexType == flattenedApex {
Dapex.go1131 flattenedApex const
1209 modules[i].(*apexBundle).properties.ApexType = flattenedApex
2021 case flattenedApex:
2070 if a.properties.ApexType == flattenedApex {
Dbuilder.go287 case flattenedApex: