manifest/default.xml

64 lines
1.6 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-13.0.0_r14"/>
<!-- CLO -->
<remote name="clo_system"
fetch="https://git.codelinaro.org/clo/la"
sync-c="true"
sync-tags="false"
review="codelinaro.org"/>
<remote name="clo_vendor"
fetch="https://git.codelinaro.org/clo/la"
sync-c="true"
sync-tags="false"
review="codelinaro.org"
revision="refs/tags/LA.VENDOR.1.0.r1-16800-WAIPIO.QSSI13.0"/>
<default revision="refs/tags/LA.QSSI.13.0.r1-07400-qssi.0"
remote="clo_system"/>
<include name="system.xml"/>
<include name="vendor.xml"/>
<!-- AOSPA -->
<remote name="aospa"
fetch=".."
review="gerrit.aospa.co"
revision="topaz"/>
<remote name="bitbucket"
fetch="https://bitbucket.org"
revision="topaz" />
<remote name="blobs"
fetch="https://github.com/ThankYouMario"
revision="topaz" />
<remote name="blobs-gitlab"
fetch="https://gitlab.com/ThankYouMario"
revision="topaz" />
<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="aosp.xml"/>
<include name="aospa.xml"/>
<include name="obsolete.xml"/>
</manifest>