-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathflamingo.dependencies
51 lines (51 loc) · 1.33 KB
/
flamingo.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
42
43
44
45
46
47
48
49
50
51
[
{
"remote": "github",
"repository": "AOSPA/android_hardware_xiaomi",
"target_path": "hardware/xiaomi",
"branch": "topaz"
},
{
"remote": "github",
"repository": "gmw-project/android_kernel_xiaomi_sm8250",
"target_path": "kernel/msm-4.19",
"branch": "msm-4.19-staging",
"clone-depth": "1"
},
{
"repository": "vendor_xiaomi_sm8250-common",
"target_path": "vendor/xiaomi/sm8250-common",
"branch": "A13",
"clone-depth": "1"
},
{
"remote": "github",
"repository": "AOSPA/android_hardware_qcom_audio",
"target_path": "vendor/qcom/opensource/audio-hal/primary-hal",
"branch": "topaz-865"
},
{
"remote": "github",
"repository": "AOSPA/android_hardware_qcom_display",
"target_path": "hardware/qcom/display",
"branch": "topaz-865"
},
{
"remote": "github",
"repository": "AOSPA/android_hardware_qcom_media",
"target_path": "hardware/qcom/media",
"branch": "topaz-865"
},
{
"remote" : "github",
"repository" : "AOSPA/android_vendor_nxp_opensource_halimpl",
"target_path" : "vendor/nxp/opensource/halimpl",
"branch" : "topaz-SN100X-legacy"
},
{
"remote" : "github",
"repository" : "AOSPA/android_vendor_nxp_opensource_hidlimpl",
"target_path" : "vendor/nxp/opensource/hidlimpl",
"branch" : "topaz-SN100X-legacy"
}
]