-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcedric_lineageos-16.0.xml
41 lines (39 loc) · 1.16 KB
/
cedric_lineageos-16.0.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- LineageOS Dependency Projects -->
<project path="packages/resources/devicesettings"
name="LineageOS/android_packages_resources_devicesettings"
revision="lineage-16.0"
remote="github"
/>
<project path="system/qcom"
name="LineageOS/android_system_qcom"
revision="lineage-16.0"
remote="github"
/>
<!-- Clang Dependency Projects -->
<remove-project
name="platform/prebuilts/clang/host/linux-x86"
/>
<project path="prebuilts/clang/host/linux-x86"
name="PixelExperience/prebuilts_clang_host_linux-x86"
revision="pie"
remote="github"
/>
<!-- Moto G5 Cedric Projects -->
<project path="device/motorola/cedric"
name="Akipe/device_motorola_cedric"
revision="lineage-16.0"
remote="github"
/>
<project path="kernel/motorola/msm8937"
name="Akipe/kernel_motorola_msm8937"
revision="pie"
remote="github"
/>
<project path="vendor/motorola/cedric"
name="Akipe/vendor_motorola_cedric"
revision="pie"
remote="github"
/>
</manifest>