Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex.go1143 flattenedApexType = "flattened" const
1190 variants = append(variants, imageApexType, flattenedApexType)
1194 variants = append(variants, imageApexType, zipApexType, flattenedApexType)
1208 case flattenedApexType:
1219 mctx.CreateVariations(imageApexType, flattenedApexType)