default: Add XDA remote

This commit is contained in:
XpLoDWilD 2013-08-21 13:57:48 +02:00
parent 63f84526ff
commit 360904900c

View file

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