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"?> <?xml version="1.0" encoding="UTF-8"?>
<manifest> <manifest>
<remote name="aosp" <remote name="xda"
fetch=".." /> 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" <default revision="refs/tags/android-4.3_r2.1"
remote="aosp" remote="aosp"
sync-j="4" /> sync-j="4" />
@ -10,6 +18,9 @@
<project path="build" name="platform/build" groups="pdk" > <project path="build" name="platform/build" groups="pdk" >
<copyfile src="core/root.mk" dest="Makefile" /> <copyfile src="core/root.mk" dest="Makefile" />
</project> </project>
<project path="android" name="android" remote="xda" />
<project path="abi/cpp" name="platform/abi/cpp" groups="pdk" /> <project path="abi/cpp" name="platform/abi/cpp" groups="pdk" />
<project path="bionic" name="platform/bionic" groups="pdk" /> <project path="bionic" name="platform/bionic" groups="pdk" />
<project path="bootable/bootloader/legacy" name="platform/bootable/bootloader/legacy" /> <project path="bootable/bootloader/legacy" name="platform/bootable/bootloader/legacy" />