Skip to content

Commit 69cf848

Browse files
committed
🐳 chore(device): add Mi CC 9e
close #10
1 parent b10513e commit 69cf848

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

Kernel/configs/larus.config.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
[
2+
{
3+
"kernelSource": {
4+
"name": "Mi CC 9e",
5+
"repo": "https://github.com/MiCode/Xiaomi_Kernel_OpenSource",
6+
"branch": "laurus-q-oss",
7+
"device": "laurus-q-oss",
8+
"defconfig": "vendor/wayne_defconfig"
9+
},
10+
"toolchains": [
11+
{
12+
"repo": "https://github.com/LineageOS/android_prebuilts_clang_kernel_linux-x86_clang-r416183b",
13+
"branch": "lineage-20.0",
14+
"name": "clang",
15+
"binaryEnv": [
16+
"bin"
17+
]
18+
},
19+
{
20+
"repo": "https://github.com/LineageOS/android_prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-4.9",
21+
"branch": "lineage-19.1",
22+
"name": "aarch64",
23+
"binaryEnv": [
24+
"bin"
25+
]
26+
},
27+
{
28+
"repo": "https://github.com/LineageOS/android_prebuilts_gcc_linux-x86_arm_arm-linux-androideabi-4.9",
29+
"branch": "lineage-19.1",
30+
"name": "arm",
31+
"binaryEnv": [
32+
"bin"
33+
]
34+
}
35+
],
36+
"enableCcache": true,
37+
"params": {
38+
"ARCH": "arm64",
39+
"CC": "clang",
40+
"externalCommands": {
41+
"CLANG_TRIPLE": "aarch64-linux-gnu-",
42+
"CROSS_COMPILE": "aarch64-linux-android-",
43+
"CROSS_COMPILE_ARM32": "arm-linux-androideabi-",
44+
"LD": "ld.lld",
45+
"AR": "llvm-ar",
46+
"NM": "llvm-nm",
47+
"OBJCOPY": "llvm-objcopy",
48+
"OBJDUMP": "llvm-objdump",
49+
"READELF": "llvm-readelf",
50+
"OBJSIZE": "llvm-size",
51+
"STRIP": "llvm-strip",
52+
"LDGOLD": "aarch64-linux-gnu-ld.gold",
53+
"LLVM_AR": "llvm-ar",
54+
"LLVM_DIS": "llvm-dis",
55+
"CONFIG_THINLTO": ""
56+
}
57+
},
58+
"AnyKernel3": {
59+
"use": true,
60+
"release": true
61+
},
62+
"enableKernelSU": true,
63+
"enableLXC": true
64+
}
65+
]

0 commit comments

Comments
 (0)