Skip to content

Commit

Permalink
更新 config.env
Browse files Browse the repository at this point in the history
  • Loading branch information
X-PenBak authored Jan 27, 2024
1 parent 879755b commit cfa127c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ CONFIG_ENV=config.env
#一般来说只需要按实际需要修改5-20行的相关内容就可以。包含18个工作流可同时工作可最大化提高编译内核的成功率,助力LXC,KernelSU 。
#工具链集包含AOSP clang ,LLVM, ARM gcc ,SD-clang(高通的llvm工具链),Proton-clang, ZyC clang,Mandi-Sa-clang,linaro gcc ,Google gcc_4.9 ,Android NDK ,arter97_gcc等
#内核源地址
KERNEL_SOURCE=https://github.com/xiaoleGun/android_kernel_xiaomi_wayne-4.19
KERNEL_SOURCE=https://codeberg.org/DogDayAndroid/android_kernel_xiaomi_thyme
#分支
KERNEL_SOURCE_BRANCH=twrp-12
KERNEL_SOURCE_BRANCH=lineage-20.0
#内核配置文件
KERNEL_CONFIG=vendor/wayne_defconfig
KERNEL_CONFIG=thyme_defconfig

#Kali-Nethunter支持,默认关闭,支持内核版本4.4-4.19。旧的内核版本或补丁失败的参考kali官方补丁https://gitlab.com/kalilinux/nethunter/build-scripts/kali-nethunter-kernel
#仅Build kernel by clang-r383902b支持。https://www.kali.org/docs/nethunter/nethunter-kernel-2-config-1/
ENABLE_NETHUNTER=false

#启用lxc-docker支持,鉴于很多人都不明白,禁用,懂的自己开启。默认支持KernelSU。
ENABLE_LXC=false
ENABLE_LXC=true

#KernelSU相关,默认开启。
ENABLE_KERNELSU=true
Expand Down Expand Up @@ -151,7 +151,7 @@ ELECTRON_BINUTILS_VERSION=2.41

#(7)使用ZyC clang,构建内核。该配置对build-kernel_by_ZyC-clang.yml生效
#目前存在版本 18,17,16.05,16
ZYC_CLANG_VERSION=16
ZYC_CLANG_VERSION=18


#(8)使用ARM gcc,构建内核。该配置对build-kernel_by_ARM-gcc.yml生效
Expand Down

0 comments on commit cfa127c

Please sign in to comment.