Lines Matching refs:genrule
30 "android/soong/genrule"
1157 if genRule, ok := dep.(genrule.SourceFileGenerator); ok {
1159 genRule.GeneratedSourceFiles()...)
1161 ctx.ModuleErrorf("module %q is not a gensrcs or genrule", depName)
1166 if genRule, ok := dep.(genrule.SourceFileGenerator); ok {
1168 genRule.GeneratedDeps()...)
1169 flags := includeDirsToFlags(genRule.GeneratedHeaderDirs())
1174 genRule.GeneratedDeps()...)
1180 ctx.ModuleErrorf("module %q is not a genrule", depName)
1183 if genRule, ok := dep.(genrule.SourceFileGenerator); ok {
1184 files := genRule.GeneratedSourceFiles()
1191 ctx.ModuleErrorf("module %q is not a genrule", depName)
1481 if genrule, ok := mctx.Module().(*genrule.Module); ok {
1482 if props, ok := genrule.Extra.(*VendorProperties); ok {