Skip to content

Commit

Permalink
Update config.env
Browse files Browse the repository at this point in the history
  • Loading branch information
tomxi1997 authored May 6, 2024
1 parent a50830d commit edcda2c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ 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/ArrowOS-Devices/android_kernel_xiaomi_nabu

#分支
KERNEL_SOURCE_BRANCH=twrp-12
KERNEL_SOURCE_BRANCH=arrow-13.1
#内核配置文件
KERNEL_CONFIG=vendor/wayne_defconfig
KERNEL_CONFIG=nabu_user_defconfig

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

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

0 comments on commit edcda2c

Please sign in to comment.