Lines Matching refs:common
50 func genYacc(ctx common.AndroidModuleContext, yaccFile common.Path, outFile common.ModuleGenPath, y…
51 headerFile = common.GenPathWithExt(ctx, yaccFile, "h")
53 ctx.ModuleBuild(pctx, common.ModuleBuildParams{
55 Outputs: common.WritablePaths{outFile, headerFile},
67 func genLex(ctx common.AndroidModuleContext, lexFile common.Path, outFile common.ModuleGenPath) {
68 ctx.ModuleBuild(pctx, common.ModuleBuildParams{
75 func genSources(ctx common.AndroidModuleContext, srcFiles common.Paths,
76 buildFlags builderFlags) (common.Paths, common.Paths) {
78 var deps common.Paths
83 cFile := common.GenPathWithExt(ctx, srcFile, "c")
87 cppFile := common.GenPathWithExt(ctx, srcFile, "cpp")
91 cFile := common.GenPathWithExt(ctx, srcFile, "c")
95 cppFile := common.GenPathWithExt(ctx, srcFile, "cpp")