2011-09-16 16:30:17 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<manifest>
|
|
|
|
|
2020-10-18 02:34:37 +00:00
|
|
|
<!-- AOSP -->
|
|
|
|
<remote name="aosp"
|
|
|
|
fetch="https://android.googlesource.com"
|
|
|
|
review="https://android-review.googlesource.com/"
|
2021-06-15 08:16:55 +00:00
|
|
|
revision="refs/tags/android-11.0.0_r38"/>
|
2020-10-18 02:34:37 +00:00
|
|
|
|
2020-09-16 15:08:48 +00:00
|
|
|
<!-- CAF -->
|
2020-09-17 11:46:44 +00:00
|
|
|
<remote name="caf_system"
|
2020-09-23 22:18:53 +00:00
|
|
|
fetch="https://source.codeaurora.org/quic/la"
|
2020-09-21 03:37:38 +00:00
|
|
|
review="codeaurora.org"/>
|
2015-10-12 19:07:53 +00:00
|
|
|
|
2020-09-17 11:46:44 +00:00
|
|
|
<remote name="caf_vendor"
|
2020-09-23 22:18:53 +00:00
|
|
|
fetch="https://source.codeaurora.org/quic/la"
|
2020-09-17 11:46:44 +00:00
|
|
|
review="codeaurora.org"
|
2021-06-15 17:05:07 +00:00
|
|
|
revision="refs/tags/LA.UM.9.14.r1-16900-LAHAINA.0"/>
|
2020-09-17 11:46:44 +00:00
|
|
|
|
2021-06-15 17:05:07 +00:00
|
|
|
<default revision="refs/tags/LA.QSSI.11.0.r1-12300-qssi.0"
|
2020-09-21 03:37:38 +00:00
|
|
|
remote="caf_system"/>
|
2016-08-24 22:15:04 +00:00
|
|
|
|
2020-09-16 15:08:48 +00:00
|
|
|
<include name="system.xml"/>
|
2020-09-17 11:46:44 +00:00
|
|
|
<include name="vendor.xml"/>
|
2020-09-16 15:08:48 +00:00
|
|
|
|
|
|
|
<!-- AOSPA -->
|
2015-10-12 19:07:53 +00:00
|
|
|
<remote name="aospa"
|
2019-01-28 18:06:03 +00:00
|
|
|
fetch=".."
|
|
|
|
review="gerrit.aospa.co"
|
2020-09-16 15:08:48 +00:00
|
|
|
revision="ruby"/>
|
2015-10-12 19:07:53 +00:00
|
|
|
|
2016-06-24 05:28:27 +00:00
|
|
|
<remote name="blobs"
|
|
|
|
fetch="https://github.com/ThankYouMario"
|
2020-09-16 15:08:48 +00:00
|
|
|
revision="ruby" />
|
2016-12-09 08:17:33 +00:00
|
|
|
|
2020-09-18 15:38:14 +00:00
|
|
|
<remote name="github"
|
|
|
|
fetch="https://github.com" />
|
|
|
|
|
|
|
|
<remote name="github-ssh"
|
|
|
|
fetch="ssh://git@github.com" />
|
|
|
|
|
|
|
|
<remote name="gitlab"
|
2020-03-26 22:43:13 +00:00
|
|
|
fetch="https://gitlab.com"/>
|
|
|
|
|
2020-09-16 15:08:48 +00:00
|
|
|
<include name="aospa.xml"/>
|
2020-09-16 13:59:30 +00:00
|
|
|
<include name="obsolete.xml"/>
|
2015-10-21 16:22:55 +00:00
|
|
|
|
2011-09-16 16:30:17 +00:00
|
|
|
</manifest>
|