Skip to content

Commit

Permalink
Update repos.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Liccsu committed Dec 12, 2023
1 parent 6850903 commit 8687525
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 44 deletions.
6 changes: 6 additions & 0 deletions .directory
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Dolphin]
Timestamp=2023,12,12,15,25,5.211
Version=4

[Settings]
HiddenFilesShown=true
90 changes: 46 additions & 44 deletions repos/repos.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,48 @@
[
{
"kernelSource": {
"name": "UI4.0-KernelSU-RMX3366",
"repo": "https://github.com/Liccsu/kernel_realme_sm8250",
"branch": "bigshot",
"device": "kona",
"defconfig": "vendor/sm8250_defconfig"
},
"withKernelSU": true,
"toolchains": [
{
"repo": "https://github.com/Liccsu/proton-clang",
"branch": "master",
"name": "proton-clang",
"binPath": ["./bin"]
}
],
"ccache": true,
"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/Liccsu/AnyKernel3",
"branch": "master"
}
}
{
"kernelSource": {
"name": "UI4.0-KernelSU-RMX3366",
"repo": "https://github.com/Liccsu/kernel_realme_sm8250",
"branch": "bigshot-dev",
"device": "kona",
"defconfig": "vendor/sm8250_defconfig"
},
"withKernelSU": true,
"toolchains": [
{
"repo": "https://github.com/Liccsu/proton-clang",
"branch": "master",
"name": "proton-clang",
"binPath": [
"./bin"
]
}
],
"ccache": true,
"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/Liccsu/AnyKernel3",
"branch": "master"
}
}
]

0 comments on commit 8687525

Please sign in to comment.