Searched refs:repo (Results 1 – 23 of 23) sorted by relevance
20 licenseDistribution=repo23 # e.g. If the maven repo folder is at /Volumes/ssd/src/maven-repo24 # mavenRepoAbsolutePath is /Volumes/ssd/src and mavenRepoName is maven-repo26 mavenRepoName=maven-repo29 androidGradlePluginOutRepo=out/repo
44 println "support repo out ${project.ext.supportRepoOut}"50 // to the local repo.59 baseName = String.format("sdk-repo-linux-m2repository-%s", project.ext.buildNumber)73 // anchor for prepare repo. This is post unzip + sourceProp.103 Files.write(xml, new File(project.ext.distDir, 'repo-extras.xml'), Charsets.UTF_8)
4 maven-repo
51 dataBindingConfig.localRepositories.each { repo ->53 url repo
14 …rce/downloading.html) guide to install and set up `repo` tool, but instead of running the listed `…16 repo init -u https://android.googlesource.com/platform/manifest -b ub-supportlib-master20 repo sync -j8 -c63 repo start my_branch_name .66 repo upload --current-branch .73 * After you run repo upload, open [r.android.com](http://r.android.com)
12 … * Add `apply(from: '<support-lib-repo-root>/frameworks/support/include-support-library.gradle')`18 * It should point to `<support-lib-repo-root>/prebuilts/fullsdk-<platform>` .23 number among SDKs in the Support Library repo.25 …echo <support-lib-repo-root>/prebuilts/fullsdk-linux/platforms/android* | xargs -n 1 echo | sed 's…
114 def repo = new File(it).getCanonicalFile()115 if (repo.exists() && !repo.equals(localRepoDir)) {116 otherRepos.add(repo)145 for (File repo : otherRepos) {146 File f = new File(repo, targetPath)148 println("skipping ${artifact} because it exists in $repo")157 println("$file is in another git repo, ignore for license")
16 // upload anchor for subprojects to upload their artifacts to the local repo.32 " a full repo, use createArchive task."81 // anchor for prepare repo. This is post unzip.83 description "This task clears the repo folder to ensure that we run a fresh build every" +
58 repoNames.each { repo ->60 url repo
126 // common support repo folder which works well for prebuilts.
2 maven-repo/
46 val repo = project.uri(project.rootProject.property("supportRepoOut") as File) in <lambda>() constant52 "repository"(mapOf("url" to repo)) in <lambda>()
3 because some Brillo manifests do not currently include the frameworks/base repo.
3 repo upload. This project implements Checkstyle checks specific to the Android
170 repo start pb_$DATE .172 echo repo start failed -- aborting.
61 distribution 'repo'
85 distribution 'repo'
77 and make sure to run the following command prior to `repo upload`:
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
68 // to the local repo.