-
Notifications
You must be signed in to change notification settings - Fork 1
/
kud.xml
58 lines (48 loc) · 2.58 KB
/
kud.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (C) 2022 DerpFest
~ Copyright (C) 2022 KudProject Development
~
~ SPDX-License-Identifier: Apache-2.0
-->
<manifest>
<!-- Remotes -->
<remote name="kud-github"
fetch="https://github.com/KudProject"
pushurl="ssh://git@github.com/KudProject" />
<remote name="kud-github-priv"
fetch="ssh://git@github.com/KudProject" />
<remote name="kud-gitlab"
fetch="https://gitlab.com/KudProject"
pushurl="ssh://git@gitlab.com/KudProject" />
<remote name="kud-gitlab-priv"
fetch="ssh://git@gitlab.com/KudProject" />
<remote name="hentai-github"
fetch="https://github.com/hentaiOS"
revision="SaltyIceCream" />
<remote name="hentai-gitlab"
fetch="https://gitlab.com/hentaiOS"
revision="SaltyIceCream" />
<remote name="hentai-devices"
fetch="https://github.com/hentaiOS-Devices"
revision="SaltyIceCream" />
<remote name="snuggy-github"
fetch="https://github.com/SnuggyWuggy"
revision="lineage-19.1" />
<remote name="snuggy-gitlab"
fetch="https://gitlab.com/snuggywuggy"
revision="lineage-19.1" />
<!-- Device -->
<project path="device/xiaomi/alioth" name="device_xiaomi_alioth" remote="kud-github" revision="12.1-sw" />
<project path="device/xiaomi/alioth-firmware" name="device_xiaomi_alioth-firmware" clone-depth="1" remote="hentai-gitlab" revision="b288a7f7884bfbeed5c444ae6fda38caff165756" upstream="Rika" />
<project path="device/xiaomi/alioth-kernel" name="device_xiaomi_alioth-kernel" clone-depth="1" remote="hentai-devices" revision="78ccecae4920e3ea22c87249dcf52e1b008f282d" upstream="Rika" />
<!-- Vendor -->
<project path="vendor/extra" name="vendor_extra" remote="kud-github" revision="android-12.0" />
<project path="vendor/gms_go" name="vendor/gms_go" clone-depth="1" remote="kud-gitlab-priv" revision="android-12.0" />
<project path="vendor/kud" name="vendor_kud" remote="kud-github-priv" revision="android-12.1">
<linkfile src="scripts/apex/replace_certs.bash" dest="apex-replace_certs.bash" />
<linkfile src="scripts/apex/reset_certs.bash" dest="apex-reset_certs.bash" />
</project>
<project path="vendor/xiaomi/alioth" name="vendor_xiaomi_alioth" clone-depth="1" remote="kud-github" revision="6da763e8cc253b84c7b7e8e59c2e23ef00621857" upstream="lineage-19.1" />
<project path="vendor/xiaomi/alioth-vendor" name="vendor_xiaomi_alioth-vendor" clone-depth="1" remote="kud-gitlab" revision="7a7ba433bd348175fdb3c2691e609f8abcb7e337" upstream="12.1-sw" />
</manifest>