From 868752545b07731adeceb3a5ad425d49d2a2e707 Mon Sep 17 00:00:00 2001 From: Liccsu Date: Tue, 12 Dec 2023 20:24:26 +0800 Subject: [PATCH] Update repos.json --- .directory | 6 ++++ repos/repos.json | 90 +++++++++++++++++++++++++----------------------- 2 files changed, 52 insertions(+), 44 deletions(-) create mode 100644 .directory diff --git a/.directory b/.directory new file mode 100644 index 000000000..d8315c4bd --- /dev/null +++ b/.directory @@ -0,0 +1,6 @@ +[Dolphin] +Timestamp=2023,12,12,15,25,5.211 +Version=4 + +[Settings] +HiddenFilesShown=true diff --git a/repos/repos.json b/repos/repos.json index ae2f51c4c..1101cdfab 100644 --- a/repos/repos.json +++ b/repos/repos.json @@ -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" + } + } ]