manifest: add a general github remote

Just makes it a bit easier to track personal repos and those from themuppets, etc
in local_manifests.

Change-Id: I05105b94288e922470c3c57d442867600ba10fe3
This commit is contained in:
slickrick 2013-10-13 14:46:41 -07:00
parent fa4fd18033
commit b0f02453b3

View file

@ -4,6 +4,9 @@
<remote name="xda"
fetch=".." />
<remote name="github"
fetch="https://github.com/" />
<remote name="aosp"
fetch="https://android.googlesource.com"
review="android-review.googlesource.com" />