-
Notifications
You must be signed in to change notification settings - Fork 2
/
alioth_u.xml
25 lines (19 loc) · 1.05 KB
/
alioth_u.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="masemoel-gitlab"
fetch="https://gitlab.com/"
sync-c="true"
sync-j="4" />
<!-- Common device tree -->
<project name="masemoel/device_xiaomi_sm8250-common" path="device/xiaomi/sm8250-common" remote="github" revision="crDroid-U"/>
<!-- Alioth device tree -->
<project name="masemoel/device_xiaomi_alioth" path="device/xiaomi/alioth" remote="github" revision="crDroid-U"/>
<!-- Kernel -->
<project name="EmanuelCN/kernel_xiaomi_sm8250" path="kernel/xiaomi/sm8250" remote="github" revision="staging"/>
<!-- Common vendor tree -->
<project name="masemoel/vendor_xiaomi_sm8250-common" path="vendor/xiaomi/sm8250-common" remote="github" revision="crDroid-U"/>
<!-- Alioth vendor tree -->
<project name="masemoel/vendor_xiaomi_alioth" path="vendor/xiaomi/alioth" remote="github" revision="crDroid-U"/>
<!-- MIUI camera -->
<project name="johnmart19/vendor_xiaomi_camera" path="vendor/xiaomi/camera" revision="aosp-14" remote="masemoel-gitlab"/>
</manifest>