Skip to content

Commit

Permalink
Update config.env
Browse files Browse the repository at this point in the history
  • Loading branch information
tomxi1997 committed Aug 16, 2024
1 parent a50830d commit dec5c4d
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,11 +3,12 @@ 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/PixelExperience-Devices/kernel_xiaomi_msm8998

#分支
KERNEL_SOURCE_BRANCH=twrp-12
KERNEL_SOURCE_BRANCH=thirteen
#内核配置文件
KERNEL_CONFIG=vendor/wayne_defconfig
KERNEL_CONFIG=chiron_defconfig

#启用lxc-docker支持,鉴于很多人都不明白,禁用,懂的自己开启。默认支持KernelSU。
ENABLE_LXC=false
Expand All @@ -16,7 +17,7 @@ ENABLE_LXC=false
ENABLE_KERNELSU=true
ADD_KPROBES_CONFIG=true
ADD_OVERLAYFS_CONFIG=true
KERNELSU_TAG=main
KERNELSU_TAG=v0.95

#这块几乎可以不动,KERNEL_IMAGE_NAME可能的取值有Image.gz-dtb,Image.gz,Image等
KERNEL_IMAGE_NAME=Image
Expand Down

0 comments on commit dec5c4d

Please sign in to comment.