Home | History | Annotate | Download | only in build

Lines Matching refs:inputPath

104     def inputPath = "${project.projectDir}/${samplegen.targetSampleModule()}"
109 def srcPath = "${inputPath}/src/${input}/${filetype[0]}"
115 from("${inputPath}/src/main") { include "AndroidManifest.xml" }
116 from("${inputPath}/src/template") { include "project.properties" }
122 def inputPath = "${project.projectDir}"
126 from("${inputPath}") {
148 def srcPath = "${inputPath}/${samplegen.targetSampleModule()}/src/${input}/${filetype}"
157 from("${inputPath}/${samplegen.targetSampleModule()}/src/main/AndroidManifest.xml")
198 def inputPath = "${project.projectDir}/${moduleName}"
200 def srcDirs = ["main", "common", "template"].collect {input -> "${inputPath}/src/${input}" };
239 def inputPath = outPath("gradle")
240 from inputPath