Home
last modified time | relevance | path

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

/sdk/docs/
Dhowto_SDK_git_cygwin.txt69 Out of the box, "repo" and "git" will work just fine under Cygwin:
71 $ repo init -u git://android.git.kernel.org/platform/manifest.git
72 $ repo sync
85 $ repo init -u ssh://my.private.ssh.repo/platform/manifest.git
87 $ repo sync
94 There is one remaining issue with the default repo/git options:
96 If you plan on contributing, you will notice that even after a fresh "repo
105 To do this you just need to create a file .repo/local_manifest.xml that
128 Here's a script that takes care of all these details. It performs the repo
129 init, creates the appropriate local_manifest.xml, does a repo sync as
[all …]
Dhowto_build_SDK.txt77 …$ repo init -u https://android.googlesource.com/platform/manifest -b master -g all,-notdefault,too…
78 $ repo sync
185 $ cd ~/my-android-git # <-- this is where you did your "repo sync"
/sdk/
DREADME.txt6 them by using a repo init command such as:
8 $ repo init -u https://android.googlesource.com/platform/manifest -g all,-notdefault,tools
9 $ repo sync [-j N]
62 repo located in the out/gradle folder. Note that this is just a
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DResourceManager.java180 ResourceRepository repo = context.getRepository(); in processDelta() local
181 if (repo != null) { in processDelta()
182 repo.postUpdateCleanUp(); in processDelta()
/sdk/eclipse/
Dbuild.gradle21 maven { url outPath + '/repo' }
35 "wtp" : new File(eclipseBuildDeps, "wtp/wtp-repo-R-3.3.2-20120210195245.zip"),
/sdk/eclipse/buildConfig/
Dbuild.properties167 mapsRepo=:pserver:anonymous@example.com/path/to/repo