From d910e7e703b554e4e9c0d4935902de9d40cf504a Mon Sep 17 00:00:00 2001 From: akzzy Date: Mon, 29 Apr 2024 00:48:26 +0530 Subject: [PATCH] Delete Kernel/configs/thyme.config.json --- Kernel/configs/thyme.config.json | 202 ------------------------------- 1 file changed, 202 deletions(-) delete mode 100644 Kernel/configs/thyme.config.json diff --git a/Kernel/configs/thyme.config.json b/Kernel/configs/thyme.config.json deleted file mode 100644 index 6c5e25753..000000000 --- a/Kernel/configs/thyme.config.json +++ /dev/null @@ -1,202 +0,0 @@ -[ - { - "kernelSource": { - "name": "Xiaomi10S(Proton)", - "repo": "https://codeberg.org/DogDayAndroid/android_kernel_xiaomi_thyme", - "branch": "lineage-20.0", - "device": "thyme", - "defconfig": "thyme_defconfig" - }, - "enableCcache": true, - "toolchains": [ - { - "repo": "https://github.com/kdrag0n/proton-clang", - "branch": "master", - "name": "proton-clang", - "binaryEnv": [ - "bin" - ] - } - ], - "params": { - "ARCH": "arm64", - "CC": "proton-clang/bin/clang", - "externalCommands": { - "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 - }, - "enableKernelSU": true, - "enableLXC": false - }, - { - "kernelSource": { - "name": "Xiaomi10S(Google)", - "repo": "https://codeberg.org/DogDayAndroid/android_kernel_xiaomi_thyme", - "branch": "lineage-20.0", - "device": "thyme", - "defconfig": "thyme_defconfig" - }, - "toolchains": [ - { - "repo": "https://android.googlesource.com/platform/prebuilts/gas/linux-x86", - "branch": "master", - "name": "gas", - "binaryEnv": [] - }, - { - "repo": "https://gitlab.com/ThankYouMario/android_prebuilts_clang-standalone/", - "branch": "11", - "name": "clang", - "binaryEnv": [ - "bin" - ] - } - ], - "enableCcache": true, - "params": { - "ARCH": "arm64", - "CC": "clang/bin/clang", - "externalCommands": { - "CROSS_COMPILE": "aarch64-linux-gnu-", - "CROSS_COMPILE_ARM32": "arm-linux-gnueabi-", - "CROSS_COMPILE_COMPAT": "arm-linux-gnueabi-", - "CLANG_TRIPLE": "aarch64-linux-gnu-" - } - }, - "AnyKernel3": { - "use": true, - "release": true, - "custom": { - "repo": "https://github.com/easterNday/AnyKernel3/", - "branch": "thyme" - } - }, - "enableKernelSU": true, - "enableLXC": false - }, - { - "kernelSource": { - "name": "Xiaomi10S(Utsav)", - "repo": "https://github.com/UtsavBalar1231/kernel_xiaomi_sm8250", - "branch": "android13-stable", - "device": "thyme", - "defconfig": "thyme_defconfig" - }, - "enableCcache": true, - "toolchains": [ - { - "repo": "https://github.com/LineageOS/android_prebuilts_clang_kernel_linux-x86_clang-r416183b", - "branch": "lineage-20.0", - "name": "clang", - "binaryEnv": [ - "bin" - ] - }, - { - "repo": "https://github.com/LineageOS/android_prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-4.9", - "branch": "lineage-19.1", - "name": "aarch64", - "binaryEnv": [ - "bin" - ] - }, - { - "repo": "https://github.com/LineageOS/android_prebuilts_gcc_linux-x86_arm_arm-linux-androideabi-4.9", - "branch": "lineage-19.1", - "name": "arm", - "binaryEnv": [ - "bin" - ] - } - ], - "params": { - "ARCH": "arm64", - "CC": "clang/bin/clang", - "externalCommands": { - "CROSS_COMPILE": "aarch64-linux-gnu-", - "CROSS_COMPILE_ARM32": "arm-linux-gnueabi-", - "CROSS_COMPILE_COMPAT": "arm-linux-gnueabi-", - "CLANG_TRIPLE": "aarch64-linux-gnu-", - "LD": "ld.lld", - "AR": "llvm-ar", - "NM": "llvm-nm", - "OBJCOPY": "llvm-objcopy", - "OBJDUMP": "llvm-objdump", - "READELF": "llvm-readelf", - "OBJSIZE": "llvm-size", - "STRIP": "llvm-strip", - "LDGOLD": "aarch64-linux-gnu-ld.gold", - "LLVM_AR": "llvm-ar", - "LLVM_DIS": "llvm-dis" - } - }, - "AnyKernel3": { - "use": true, - "release": true - }, - "enableKernelSU": true, - "enableLXC": false - }, - { - "kernelSource": { - "name": "Xiaomi10S(Google-Docker)", - "repo": "https://codeberg.org/DogDayAndroid/android_kernel_xiaomi_thyme", - "branch": "lineage-20.0", - "device": "thyme", - "defconfig": "thyme_defconfig" - }, - "toolchains": [ - { - "repo": "https://android.googlesource.com/platform/prebuilts/gas/linux-x86", - "branch": "master", - "name": "gas", - "binaryEnv": [] - }, - { - "repo": "https://gitlab.com/ThankYouMario/android_prebuilts_clang-standalone/", - "branch": "11", - "name": "clang", - "binaryEnv": [ - "bin" - ] - } - ], - "enableCcache": true, - "params": { - "ARCH": "arm64", - "CC": "clang/bin/clang", - "externalCommands": { - "CROSS_COMPILE": "aarch64-linux-gnu-", - "CROSS_COMPILE_ARM32": "arm-linux-gnueabi-", - "CROSS_COMPILE_COMPAT": "arm-linux-gnueabi-", - "CLANG_TRIPLE": "aarch64-linux-gnu-" - } - }, - "AnyKernel3": { - "use": true, - "release": true, - "custom": { - "repo": "https://github.com/easterNday/AnyKernel3/", - "branch": "thyme" - } - }, - "enableKernelSU": true, - "enableLXC": true - } -] \ No newline at end of file