-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdefault.xml
More file actions
21 lines (21 loc) · 961 Bytes
/
default.xml
File metadata and controls
21 lines (21 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github" fetch="https://github.com"/>
<remote name="github-ssh" fetch="ssh://git@github.com"/>
<remote name="sun" fetch=".." revision="varuna"/>
<remote name="aosp" fetch="https://android.googlesource.com" sync-c="true" sync-tags="false" review="https://android-review.googlesource.com/" revision="refs/tags/android-15.0.0_r5" />
<remote name="lineage" fetch="https://github.com/LineageOS" revision="lineage-22.2" />
<!-- CLO -->
<remote name="clo-la" fetch="https://git.codelinaro.org/clo/la" sync-c="true" sync-tags="false"/>
<default remote="clo-la"/>
<include name="snippets/system.xml"/>
<include name="snippets/vendor.xml"/>
<!-- Obsolete -->
<include name="snippets/obsolete.xml"/>
<!-- SunOS -->
<include name="snippets/sun.xml" />
<!-- Aosp -->
<include name="snippets/aosp.xml" />
<!-- LineageOS -->
<include name="snippets/lineage.xml" />
</manifest>