-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcos.dependencies
32 lines (32 loc) · 933 Bytes
/
cos.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
[
{
"remote" : "devices",
"repository" : "android_device_xiaomi_sdm845-common",
"target_path": "device/xiaomi/sdm845-common",
"branch" : "corona-release"
},
{
"remote" : "github",
"repository" : "AgentFabulous/beryllium",
"target_path": "kernel/xiaomi/beryllium",
"branch" : "master"
},
{
"remote" : "github",
"repository" : "PotatoProject/prebuilts_gcc_linux-x86_aarch64_aarch64-linux-gnu-8.2.1",
"target_path": "prebuilts/gcc/linux-x86/aarch64/aarch64-linux-gnu-8.2.1",
"branch" : "baked-release"
},
{
"remote" : "devices",
"repository" : "proprietary_vendor_xiaomi_beryllium",
"target_path": "vendor/xiaomi/beryllium",
"branch" : "corona-release"
},
{
"remote" : "devices",
"repository" : "proprietary_vendor_xiaomi_sdm845-common",
"target_path": "vendor/xiaomi/sdm845-common",
"branch" : "corona-release"
}
]