Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex.go307 imageApex apexPackaging = iota const
314 case imageApex, both:
330 case imageApex:
343 case imageApex:
543 if file, ok := a.outputFiles[imageApex]; ok {
663 a.apexTypes = imageApex
821 a.buildUnflattenedApex(ctx, imageApex)
1087 writers = append(writers, a.androidMkForType(imageApex))
1225 if apexType == imageApex {