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"
|
2022-08-23 19:52:00 +00:00
|
|
|
sync-c="true"
|
|
|
|
sync-tags="false"
|
2020-10-18 02:34:37 +00:00
|
|
|
review="https://android-review.googlesource.com/"
|
2023-07-07 02:41:32 +00:00
|
|
|
revision="refs/tags/android-13.0.0_r63"/>
|
2020-10-18 02:34:37 +00:00
|
|
|
|
2022-08-23 19:52:00 +00:00
|
|
|
<!-- CLO -->
|
2023-02-28 22:09:03 +00:00
|
|
|
<remote name="clo-la"
|
2022-04-07 20:32:25 +00:00
|
|
|
fetch="https://git.codelinaro.org/clo/la"
|
2022-08-23 19:52:00 +00:00
|
|
|
sync-c="true"
|
|
|
|
sync-tags="false"
|
2022-04-07 20:32:25 +00:00
|
|
|
review="codelinaro.org"/>
|
2015-10-12 19:07:53 +00:00
|
|
|
|
2023-02-28 22:09:03 +00:00
|
|
|
<default remote="clo-la"/>
|
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"
|
2022-08-23 19:52:00 +00:00
|
|
|
revision="topaz"/>
|
2015-10-12 19:07:53 +00:00
|
|
|
|
2021-06-30 04:38:49 +00:00
|
|
|
<remote name="bitbucket"
|
|
|
|
fetch="https://bitbucket.org"
|
2022-08-23 19:52:00 +00:00
|
|
|
revision="topaz" />
|
2021-06-30 04:38:49 +00:00
|
|
|
|
2016-06-24 05:28:27 +00:00
|
|
|
<remote name="blobs"
|
|
|
|
fetch="https://github.com/ThankYouMario"
|
2022-08-23 19:52:00 +00:00
|
|
|
revision="topaz" />
|
2016-12-09 08:17:33 +00:00
|
|
|
|
2022-04-13 21:53:37 +00:00
|
|
|
<remote name="blobs-gitlab"
|
|
|
|
fetch="https://gitlab.com/ThankYouMario"
|
2022-08-23 19:52:00 +00:00
|
|
|
revision="topaz" />
|
2022-04-13 21:53:37 +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" />
|
|
|
|
|
2022-02-22 18:16:04 +00:00
|
|
|
<remote name="gitlab"
|
|
|
|
fetch="https://gitlab.com" />
|
|
|
|
|
2022-10-17 06:40:01 +00:00
|
|
|
<include name="aosp.xml"/>
|
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>
|