manifest/default.xml

53 lines
1.3 KiB
XML
Raw Normal View History

2011-09-16 16:30:17 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- AOSP -->
<remote name="aosp"
fetch="https://android.googlesource.com"
review="https://android-review.googlesource.com/"
revision="refs/tags/android-12.1.0_r4"/>
<!-- CAF -->
<remote name="caf_system"
fetch="https://git.codelinaro.org/clo/la"
review="codelinaro.org"/>
2015-10-12 19:07:53 +00:00
<remote name="caf_vendor"
fetch="https://git.codelinaro.org/clo/la"
review="codelinaro.org"
revision="refs/tags/LA.UM.9.16.r2-03900-MANNAR.0"/>
<default revision="refs/tags/LA.QSSI.12.0.r1-07000.02-qssi.0"
remote="caf_system"/>
<include name="system.xml"/>
<include name="vendor.xml"/>
<!-- AOSPA -->
2015-10-12 19:07:53 +00:00
<remote name="aospa"
fetch=".."
review="gerrit.aospa.co"
revision="sapphire"/>
2015-10-12 19:07:53 +00:00
<remote name="bitbucket"
fetch="https://bitbucket.org"
revision="sapphire" />
<remote name="blobs"
fetch="https://github.com/ThankYouMario"
revision="sapphire" />
<remote name="github"
fetch="https://github.com" />
<remote name="github-ssh"
fetch="ssh://git@github.com" />
<remote name="gitlab"
fetch="https://gitlab.com" />
<include name="aospa.xml"/>
<include name="obsolete.xml"/>
2011-09-16 16:30:17 +00:00
</manifest>