Home | History | Annotate | Download | only in build

Lines Matching refs:outputPath

103     def outputPath = outPath("ant");
105 into outputPath
121 def outputPath = outPath("gradle")
125 into outputPath
191 def outputPath = "."
195 outputPath = "${moduleName}"
197 println "\n---------------- processing MODULE ${moduleName} to outputPath ${outputPath}"
211 into("${outputPath}/src") {
219 fcd.path = "${outputPath}/src/${collapsed}";
224 into("${outputPath}/res") {
227 into("${outputPath}/src/rs") {
230 into("${outputPath}") {from("${srcPath}/AndroidManifest.xml")}
236 def outputPath = "${samplegen.pathToBuild}/out/browseable"
243 def outDir = project.file(outputPath)