Home
last modified time | relevance | path

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

/build/soong/java/
Daapt2.go149 Command: `rm -rf $genDir && ` +
150 `${config.Aapt2Cmd} link -o $out $flags --java $genDir --proguard $proguardOptions ` +
152 `${config.SoongZipCmd} -write_if_changed -jar -o $genJar -C $genDir -D $genDir &&` +
182 genDir := android.PathForModuleGen(ctx, "aapt2", "R")
249 "genDir": genDir.String(),
/build/soong/bp2build/
Dgenrule_conversion_test.go58 genDir string
63 genDir: "$(GENDIR)",
68 genDir: "$(RULEDIR)",
73 genDir: "$(RULEDIR)",
78 genDir: "$(RULEDIR)",
101 "cmd": fmt.Sprintf(`"$(location :foo.tool) --genDir=%s arg $(SRCS) $(OUTS)"`, tc.genDir),
/build/soong/genrule/
Dgenrule.go199 genDir android.WritablePath member
442 rule := android.NewRuleBuilder(pctx, ctx).Sbox(task.genDir, manifestPath).SandboxTools()
488 return cmd.PathForOutput(task.genDir), nil
554 zipArgs.WriteString(" -C " + task.genDir.String())
704 genDir := android.PathForModuleGen(ctx, genSubDir)
708 rule := android.NewRuleBuilder(pctx, ctx).Sbox(genDir, nil).SandboxTools()
771 genDir: genDir,
820 genDir: android.PathForModuleGen(ctx),
867 genDir := "$(GENDIR)"
869 genDir = "$(RULEDIR)"
[all …]