forked from mpaduano/Nethunter-Kernel-Builder-Bluejay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepos.json
34 lines (34 loc) · 897 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
32
33
34
[ {
"kernelSource": {
"name": "Lineage21",
"repo": "https://android.googlesource.com/kernel/configs/",
"branch": "android-gs-bluejay-5.10-android14-qpr3-beta",
"device": "bluejay"
},
"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"
},
"extraParams": {
"KEEP": ""
}
}
]