Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex.go43 flattenedApexType = "flattened" const
838 variants = append(variants, imageApexType, flattenedApexType)
842 variants = append(variants, imageApexType, zipApexType, flattenedApexType)
856 case flattenedApexType:
864 mctx.CreateVariations(imageApexType, flattenedApexType)