-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrevengeos.dependencies
41 lines (41 loc) · 1.08 KB
/
revengeos.dependencies
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
[
{
"remote": "devices",
"repository" : "device_xiaomi_lavender-common",
"target_path" : "device/xiaomi/sdm660-common"
},
{
"remote": "devices",
"repository" : "vendor_xiaomi_lavender",
"target_path" : "vendor/xiaomi/lavender"
},
{
"remote": "devices",
"repository": "vendor_xiaomi_lavender-common",
"target_path": "vendor/xiaomi/sdm660-common"
},
{
"remote": "github",
"repository": "OdSazib/halcyon_kernel_xiaomi_sdm660",
"target_path": "kernel/xiaomi/sdm660",
"branch": "4.19"
},
{
"remote": "github",
"repository": "raiyanbinmohsin/android_hardware_qcom_audio",
"target_path": "hardware/qcom-caf/sdm660/audio",
"branch": "sdm660-4.19"
},
{
"remote": "github",
"repository": "raiyanbinmohsin/android_hardware_qcom_display",
"target_path": "hardware/qcom-caf/sdm660/display",
"branch": "sdm660-4.19"
},
{
"remote": "github",
"repository": "raiyanbinmohsin/android_hardware_qcom_media",
"target_path": "hardware/qcom-caf/sdm660/media",
"branch": "sdm660-4.19"
}
]