Skip to content

Commit

Permalink
disable all
Browse files Browse the repository at this point in the history
  • Loading branch information
5kind committed Nov 27, 2023
1 parent cef013e commit 390fd41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.env
Original file line number Diff line number Diff line change
Expand Up @@ -50,27 +50,27 @@ CLANG_VERSION=r416183b
########################################################################################################################################################

# 开启 LXC and DOCKER
LXC_DOCKER=true
LXC_DOCKER=false

#Kali-Nethunter支持(默认关闭,需自行修改patches/kali-nethunter-kernel与工作流)
ENABLE_NETHUNTER=true
ENABLE_NETHUNTER=false

# 是否打入LXC-DOCKER补丁(需自行修改patches/Android-Container与工作流)
CONTAINER_PATCH=false

# 是否打入Makefile补丁(修改的配置被替换时启用,需自行配置patches/Makefile.patch)
MAKEFILE_PATCH=true
MAKEFILE_PATCH=false

# 是否运行自定义脚本(需自行配置scripts/customize.sh,工作路径在内核源码目录,配置文件作为$1输入。)
CUSTOM_SCRIPT=true
CUSTOM_SCRIPT=false

# 关闭CONFIG_ANDROID_PARANOID_NETWORK配置防止docker and lxc出现网络问题
ANDROID_PARANOID_NETWORK_OFF=true
ANDROID_PARANOID_NETWORK_OFF=false

#######################################################################################################################################################

# 开启 KernelSU flags
ENABLE_KERNELSU=true
ENABLE_KERNELSU=false
KERNELSU_TAG=main

# 额外配置 Configuration
Expand Down

0 comments on commit 390fd41

Please sign in to comment.