Skip to content

Commit

Permalink
Update config.env
Browse files Browse the repository at this point in the history
  • Loading branch information
saayuki committed Sep 1, 2024
1 parent 1b7fc23 commit 9e77733
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ CONFIG_ENV=config.env
#一般来说只需要按实际需要修改5-20行的相关内容就可以。包含18个工作流可同时工作可最大化提高编译内核的成功率,助力LXC,KernelSU 。
#工具链集包含AOSP clang ,LLVM, ARM gcc ,SD-clang(高通的llvm工具链),Proton-clang, Slim-LLVM, 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://github.com/LineageOS/android_kernel_xiaomi_sm8250
#分支
KERNEL_SOURCE_BRANCH=twrp-12
KERNEL_SOURCE_BRANCH=lineage-21
#内核配置文件
KERNEL_CONFIG=vendor/wayne_defconfig
KERNEL_CONFIG=vendor/xiaomi/alioth.config

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

#KernelSU相关,默认开启。
ENABLE_KERNELSU=true
Expand Down

0 comments on commit 9e77733

Please sign in to comment.