manifest/default.xml

61 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- AOSP -->
<remote name="aosp"
fetch="https://android.googlesource.com"
sync-c="true"
sync-tags="false"
review="https://android-review.googlesource.com/"
revision="refs/tags/android-15.0.0_r1" />
<!-- CLO -->
<remote name="clo-la"
fetch="https://git.codelinaro.org/clo/la"
sync-c="true"
sync-tags="false" />
<default remote="clo-la"/>
<include name="system.xml"/>
<include name="vendor.xml"/>
<!-- AOSPA -->
<remote name="aospa"
fetch=".."
review="gerrit.aospa.co"
revision="vauxite"/>
<remote name="bitbucket"
fetch="https://bitbucket.org"
revision="vauxite" />
<remote name="blobs"
fetch="https://github.com/ThankYouMario"
revision="vauxite" />
<remote name="blobs-gitlab"
fetch="https://gitlab.com/ThankYouMario"
revision="vauxite" />
<remote name="github"
fetch="https://github.com" />
<remote name="github-ssh"
fetch="ssh://git@github.com" />
<remote name="gitlab"
fetch="https://gitlab.com" />
<!-- Local Remote -->
<remote name="faiz"
fetch="https://github.com/pa-faiz"
revision="vauxite" />
<include name="aosp.xml"/>
<include name="aospa.xml"/>
<include name="pa-faiz.xml"/>
<include name="obsolete.xml"/>
</manifest>