android: Add gitlab remote

* Useful for private repos

Change-Id: I67017f06791af5248d3898d44cefd38be5e8aea2
This commit is contained in:
Paul Keith 2019-02-16 22:27:01 +01:00 committed by Tom Powell
parent 16368372bc
commit 488f3f6fa3

View File

@ -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"