Searched refs:repo (Results 1 – 6 of 6) sorted by relevance
/sdk/docs/ |
D | howto_SDK_git_cygwin.txt | 69 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 …]
|
D | howto_build_SDK.txt | 77 …$ 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/ |
D | README.txt | 6 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/ |
D | ResourceManager.java | 180 ResourceRepository repo = context.getRepository(); in processDelta() local 181 if (repo != null) { in processDelta() 182 repo.postUpdateCleanUp(); in processDelta()
|
/sdk/eclipse/ |
D | build.gradle | 21 maven { url outPath + '/repo' } 35 "wtp" : new File(eclipseBuildDeps, "wtp/wtp-repo-R-3.3.2-20120210195245.zip"),
|
/sdk/eclipse/buildConfig/ |
D | build.properties | 167 mapsRepo=:pserver:anonymous@example.com/path/to/repo
|