37 lines
885 B
XML
37 lines
885 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<manifest>
|
|
|
|
<!-- CAF -->
|
|
<remote name="caf_system"
|
|
fetch="git://codeaurora.org/quic/la"
|
|
review="codeaurora.org"/>
|
|
|
|
<remote name="caf_vendor"
|
|
fetch="git://codeaurora.org/quic/la"
|
|
review="codeaurora.org"
|
|
revision="refs/tags/LA.UM.9.12.r1-08000-SMxx50.0"/>
|
|
|
|
<default revision="refs/tags/LA.QSSI.11.0.r1-05800-qssi.0"
|
|
remote="caf_system"/>
|
|
|
|
<include name="system.xml"/>
|
|
<include name="vendor.xml"/>
|
|
|
|
<!-- AOSPA -->
|
|
<remote name="aospa"
|
|
fetch=".."
|
|
review="gerrit.aospa.co"
|
|
revision="ruby"/>
|
|
|
|
<remote name="blobs"
|
|
fetch="https://github.com/ThankYouMario"
|
|
revision="ruby" />
|
|
|
|
<remote name="gitlab"
|
|
fetch="https://gitlab.com"/>
|
|
|
|
<include name="aospa.xml"/>
|
|
<include name="obsolete.xml"/>
|
|
|
|
</manifest>
|