Home
last modified time | relevance | path

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

/build/soong/apex/
Dprebuilt.go149 …rn proptools.StringDefault(p.prebuiltCommonProperties.Filename, p.BaseModuleName()+imageApexSuffix)
722 if !strings.HasSuffix(p.installFilename, imageApexSuffix) {
723 ctx.ModuleErrorf("filename should end in %s for prebuilt_apex", imageApexSuffix)
922 if !strings.HasSuffix(a.installFilename, imageApexSuffix) {
923 ctx.ModuleErrorf("filename should end in %s for apex_set", imageApexSuffix)
Dapex.go1136 imageApexSuffix = ".apex" const
1153 return imageApexSuffix
2005 a.suffix = imageApexSuffix