Skip to content

Commit

Permalink
Update config.env
Browse files Browse the repository at this point in the history
  • Loading branch information
tomxi1997 authored Dec 19, 2024
1 parent 1b7fc23 commit f547c37
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,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/libxzr/android_kernel_oneplus_sm8250
#分支
KERNEL_SOURCE_BRANCH=twrp-12
KERNEL_SOURCE_BRANCH=oos11/final
#内核配置文件
KERNEL_CONFIG=vendor/wayne_defconfig
KERNEL_CONFIG=instantnoodlep_defconfig

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

#KernelSU相关,默认开启。
ENABLE_KERNELSU=true
Expand All @@ -32,7 +32,7 @@ ARCH=arm64
#EXTRA_CMDS:LLVM=1 LLVM_IAS=1

#Ccache,可加速二次构建
ENABLE_CCACHE=false
ENABLE_CCACHE=false

#关闭fstack-protector-strong(clang-r383902b)
DISABLE_FST=true
Expand Down

0 comments on commit f547c37

Please sign in to comment.