forked from xiaoleGun/KernelSU_Action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.env
43 lines (34 loc) · 821 Bytes
/
config.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
KERNEL_SOURCE=https://github.com/jacid233/android_kernel_oplus_sm8250
KERNEL_SOURCE_BRANCH=oss-t
KERNEL_CONFIG=stock_defconfig
KERNEL_IMAGE_NAME=Image
ARCH=arm64
EXTRA_CMDS:
# Clang
## Custom
USE_CUSTOM_CLANG=false
CUSTOM_CLANG_SOURCE=
CUSTOM_CLANG_BRANCH=
### if your set USE CUSTOM CLANG to false than DO NOT CHANGE CUSTOM CMDS
CUSTOM_CMDS:CLANG_TRIPLE=aarch64-linux-gnu-
## AOSP
CLANG_BRANCH=android11-qpr2-release
CLANG_VERSION=r383902b1
# GCC
ENABLE_GCC_ARM64=true
ENABLE_GCC_ARM32=true
# KernelSU flags
ENABLE_KERNELSU=true
KERNELSU_TAG=main
# Configuration
DISABLE-LTO=false
DISABLE_CC_WERROR=true
ADD_KPROBES_CONFIG=true
ADD_OVERLAYFS_CONFIG=true
# Ccache
ENABLE_CCACHE=true
# DTBO image
NEED_DTBO=false
# Build boot images
BUILD_BOOT_IMG=true
SOURCE_BOOT_IMAGE=http://rxoxm566e.bkt.clouddn.com/boot.img