forked from PhamtomK12/Android-Kernel-Builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repos.json
31 lines (31 loc) · 813 Bytes
/
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
[ {
"kernelSource": {
"name": "miku-KernelSU",
"repo": "https://github.com/PhamtomK12/kernel_xiaomi_odin",
"branch": "TDA",
"device": "odin"
},
"withKernelSU": true,
"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"
}
}
]