Skip to content

Commit

Permalink
doc: add template repo configuration for cmi.
Browse files Browse the repository at this point in the history
Add template repo configuration for cmi.
  • Loading branch information
wdnmdkiki authored Sep 4, 2023
1 parent 443582e commit 6f6c194
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
46 changes: 46 additions & 0 deletions repos/repos.cmi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
[
{
"kernelSource": {
"name": "bxsj-KernelSU-Proton-release",
"repo": "https://github.com/MiCode/Xiaomi_Kernel_OpenSource",
"branch": "cmi-r-oss",
"device": "cmi",
"defconfig": "cmi_user_defconfig"
},
"withKernelSU": true,
"toolchains": [
{
"repo": "https://github.com/kdrag0n/proton-clang",
"branch": "master",
"name": "proton-clang",
"binPath": ["bin"]
}
],
"ccache": false,
"params": {
"ARCH": "arm64",
"CC": "proton-clang/bin/clang",
"externalCommand": {
"CROSS_COMPILE": "proton-clang/bin/aarch64-linux-gnu-",
"CROSS_COMPILE_ARM32": "proton-clang/bin/arm-linux-gnueabi-",
"LD": "proton-clang/bin/ld.lld",
"AR": "proton-clang/bin/llvm-ar",
"NM": "proton-clang/bin/llvm-nm",
"OBJCOPY": "proton-clang/bin/llvm-objcopy",
"OBJDUMP": "proton-clang/bin/llvm-objdump",
"READELF": "proton-clang/bin/llvm-readelf",
"OBJSIZE": "proton-clang/bin/llvm-size",
"STRIP": "proton-clang/bin/llvm-strip",
"LDGOLD": "proton-clang/bin/aarch64-linux-gnu-ld.gold",
"LLVM_AR": "proton-clang/bin/llvm-ar",
"LLVM_DIS": "proton-clang/bin/llvm-dis"
}
},
"AnyKernel3": {
"use": true,
"release": true,
"repo": "https://github.com/wdnmdkiki/AnyKernel3/",
"branch": "cmi"
}
}
]
1 change: 0 additions & 1 deletion repos/repos.json

This file was deleted.

0 comments on commit 6f6c194

Please sign in to comment.