-
Notifications
You must be signed in to change notification settings - Fork 1
/
alioth.xml
executable file
·45 lines (39 loc) · 1.58 KB
/
alioth.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- device -->
<project path="device/xiaomi/alioth"
name="Robert3141/device_xiaomi_alioth"
remote="github"
revision="aicp" />
<!-- vendor -->
<project path="vendor/xiaomi/alioth"
name="vendorosass/vendor_xiaomi_alioth"
remote="gitlab"
revision="12.5.1" />
<!-- kernel -->
<project path="kernel/xiaomi/alioth"
name="AliothDevelopment/kernel_xiaomi_alioth"
remote="github"
revision="los-18.1" />
<!-- hardware -->
<remove-project name="LineageOS/android_hardware_qcom_display" />
<project path="hardware/qcom-caf/sm8250/display"
name="AliothDevelopment/hardware_qcom-caf_sm8250_display"
remote="github"
revision="los-18.1" />
<project path="hardware/xiaomi"
name="LineageOS/android_hardware_xiaomi"
remote="github"
revision="lineage-18.1" />
<!-- generic sm8250 -->
<!-- generic device -->
<project path="device/xiaomi/sm8250-common"
name="AliothDevelopment/device_xiaomi_sm8250"
remote="github"
revision="los-18.1"/>
<!-- generic vendor -->
<project path="vendor/xiaomi/sm8250-common"
name="AliothDevelopment/vendor_xiaomi_sm8250"
remote="github"
revision="los-18.1" />
</manifest>