Home
last modified time | relevance | path

Searched refs:repo (Results 1 – 23 of 23) sorted by relevance

/frameworks/data-binding/
Ddatabinding.properties20 licenseDistribution=repo
23 # e.g. If the maven repo folder is at /Volumes/ssd/src/maven-repo
24 # mavenRepoAbsolutePath is /Volumes/ssd/src and mavenRepoName is maven-repo
26 mavenRepoName=maven-repo
29 androidGradlePluginOutRepo=out/repo
DsupportBundle.gradle44 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)
D.gitignore4 maven-repo
DpropLoader.gradle51 dataBindingConfig.localRepositories.each { repo ->
53 url repo
/frameworks/support/
DREADME.md14 …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-master
20 repo sync -j8 -c
63 repo start my_branch_name .
66 repo upload --current-branch .
73 * After you run repo upload, open [r.android.com](http://r.android.com)
Dadding-support-library-as-included-build.md12 … * 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…
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
DLocalizeDependenciesTask.groovy114 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")
/frameworks/support/buildSrc/
Drelease.gradle16 // 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" +
Drepos.gradle58 repoNames.each { repo ->
60 url repo
Dinit.gradle126 // common support repo folder which works well for prebuilts.
/frameworks/support/app-toolkit/
D.gitignore2 maven-repo/
/frameworks/support/lifecycle/
D.gitignore2 maven-repo/
/frameworks/support/room/
D.gitignore2 maven-repo/
/frameworks/support/navigation/
D.gitignore2 maven-repo/
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/
DMavenUploadHelper.kt46 val repo = project.uri(project.rootProject.property("supportRepoOut") as File) in <lambda>() constant
52 "repository"(mapOf("url" to repo)) in <lambda>()
/frameworks/native/services/nativeperms/android/os/
DREADME3 because some Brillo manifests do not currently include the frameworks/base repo.
/frameworks/support/development/checkstyle/
DREADME3 repo upload. This project implements Checkstyle checks specific to the Android
/frameworks/rs/
Dupdate_rs_prebuilts.sh170 repo start pb_$DATE .
172 echo repo start failed -- aborting.
/frameworks/multidex/instrumentation/
Dbuild.gradle61 distribution 'repo'
/frameworks/multidex/library/
Dbuild.gradle85 distribution 'repo'
/frameworks/native/cmds/dumpstate/
DREADME.md77 and make sure to run the following command prior to `repo upload`:
/frameworks/data-binding/internal-prebuilts/com/android/databinding/localizemaven/1.1/
Dlocalizemaven-1.1.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/multidex/
Dbuild.gradle68 // to the local repo.