android: Add gitlab remote
* Useful for private repos Change-Id: I67017f06791af5248d3898d44cefd38be5e8aea2
This commit is contained in:
parent
16368372bc
commit
488f3f6fa3
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
||||||
<remote name="private"
|
<remote name="private"
|
||||||
fetch="ssh://git@github.com" />
|
fetch="ssh://git@github.com" />
|
||||||
|
|
||||||
|
<remote name="gitlab"
|
||||||
|
fetch="ssh://git@gitlab.com" />
|
||||||
|
|
||||||
<remote name="aosp"
|
<remote name="aosp"
|
||||||
fetch="https://android.googlesource.com"
|
fetch="https://android.googlesource.com"
|
||||||
review="android-review.googlesource.com"
|
review="android-review.googlesource.com"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue