manifest/default.xml

56 lines
1.3 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_r74"/>
<!-- CLO -->
<remote name="clo-la"
fetch="https://git.codelinaro.org/clo/la"
sync-c="true"
sync-tags="false"
review="codelinaro.org"/>
<default remote="clo-la"/>
<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>