forked from PhamtomK12/Android-Kernel-Builder
-
Notifications
You must be signed in to change notification settings - Fork 11
/
repos.json
78 lines (78 loc) · 1.98 KB
/
repos.json
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[
{
"kernelSource": {
"name": "MIUI",
"repo": "https://github.com/SlackerState/android_kernel_xiaomi_sm6150",
"branch": "phoenix-r-oss",
"device": "phoenix_ztc1997"
},
"isConfiginvendor":true,
"withKernelSU": true,
"useCustomtool":true,
"dtbPath":"boot/dts/qcom/sdmmagpie.dtb",
"toolchains": [
{
"repo": "https://github.com/SlackerState/kernel_bulid",
"branch": "main",
"name": "tools"
}
],
"params": {
"ARCH": "arm64",
"CROSS_COMPILE": "aarch64-linux-android-",
"CROSS_COMPILE_ARM32": "arm-linux-androideabi-",
"CROSS_COMPILE_COMPAT":"",
"CLANG_TRIPLE": "aarch64-linux-gnu-",
"AR": "llvm-ar",
"CC": "clang",
"HOSTCC":"gcc",
"HOSTCXX":"clang++",
"NM":"llvm-nm" ,
"OBJCOPY":"llvm-objcopy",
"OBJDUMP":"llvm-objdump",
"STRIP":"llvm-strip",
"LD":"ld.lld",
"DTC_EXT":"dtc"
}
},
{
"kernelSource": {
"name": "redcliff",
"repo": "https://github.com/SlackerState/android_kernel_xiaomi_sm6150",
"branch": "redcliff",
"device": "phoenix"
},
"isConfiginvendor":false,
"withKernelSU": true,
"useCustomtool":false,
"dtbPath":"boot/dts/qcom/sdmmagpie.dtb",
"toolchains": [
{
"repo": "https://android.googlesource.com/platform/prebuilts/gas/linux-x86",
"branch": "master",
"name": "gas"
},
{
"repo": "https://gitlab.com/ThankYouMario/android_prebuilts_clang-standalone/",
"branch": "11",
"name": "clang"
}
],
"params": {
"ARCH": "arm64",
"CROSS_COMPILE": "aarch64-linux-gnu-",
"CROSS_COMPILE_ARM32": "arm-linux-gnueabi-",
"CROSS_COMPILE_COMPAT": "arm-linux-gnueabi-",
"CLANG_TRIPLE": "aarch64-linux-gnu-",
"AR": "",
"CC": "clang",
"HOSTCXX":"",
"NM":"" ,
"OBJCOPY":"",
"OBJDUMP":"",
"STRIP":"",
"LD":"",
"DTC_EXT":""
}
}
]