소스 검색

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
slickrick 13 년 전
부모
커밋
b0f02453b3
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      default.xml

+ 3 - 0
default.xml

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