default: Add XDA remote
This commit is contained in:
parent
63f84526ff
commit
360904900c
1 changed files with 12 additions and 1 deletions
13
default.xml
13
default.xml
|
@ -1,8 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<manifest>
|
||||
|
||||
<remote name="aosp"
|
||||
<remote name="xda"
|
||||
fetch=".." />
|
||||
|
||||
<remote name="aosp"
|
||||
fetch="https://android.googlesource.com"
|
||||
review="android-review.googlesource.com" />
|
||||
|
||||
<remote name="private"
|
||||
fetch="ssh://git@build2.dev.xda-developers.com" />
|
||||
|
||||
<default revision="refs/tags/android-4.3_r2.1"
|
||||
remote="aosp"
|
||||
sync-j="4" />
|
||||
|
@ -10,6 +18,9 @@
|
|||
<project path="build" name="platform/build" groups="pdk" >
|
||||
<copyfile src="core/root.mk" dest="Makefile" />
|
||||
</project>
|
||||
|
||||
<project path="android" name="android" remote="xda" />
|
||||
|
||||
<project path="abi/cpp" name="platform/abi/cpp" groups="pdk" />
|
||||
<project path="bionic" name="platform/bionic" groups="pdk" />
|
||||
<project path="bootable/bootloader/legacy" name="platform/bootable/bootloader/legacy" />
|
||||
|
|
Loading…
Reference in a new issue