-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.env
More file actions
96 lines (76 loc) · 2.18 KB
/
config.env
File metadata and controls
96 lines (76 loc) · 2.18 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
## Enviromental variable ##
### Never push to public your personal information ###
# Git
DEFAULT_GIT_USER=""
DEFAULT_GIT_EMAIL=""
# Telegram
TELEGRAM_ANNOUNCE="yes"
TELEGRAM_TOKEN=""
TELEGRAM_CHANNEL=""
TELEGRAM_CHAT=""
TELEGRAM_MAX_CHANGELOG="5"
TELEGRAM_ENABLE_COMPILE_TIME="yes"
# set value to yes for uploading file and set to no will send only message
TELEGRAM_UPLOADFILE="yes"
# Changelog
ENABLE_CHANGELOG="yes"
CHANGELOG_FORMAT="%h: %s (%an)"
CHANGELOG_FILE_NAME="changelog.txt"
#
ENABLE_OUTPUT_LOG="yes"
# Time
TZ="Asia/Jakarta"
# Device
ARCH="arm64"
ARCH_VENDOR="qcom"
DEVICE_MODEL=""
DEVICE_DEFCONFIG="gki_defconfig"
DEVICE_CODENAME=""
# eg. sun, parrot
BOARD_CODENAME=""
# device config
## when this option is enabled, DEVICE_DEFCONFIG option is not being used.
ENABLE_MULTICONFIG="no"
BASE_CONFIG="gki_defconfig"
# fragment config is located inside vendor folder
FRAGMENT_CONFIG="sun_perf.config"
# Device Tree Blob / Overlay
## Choose: prebuilt, custom
## DTB and DTBO are linked when USING_DTB is default
USING_DTB="prebuilt"
PREBUILT_DTBLINK=""
PREBUILT_DTBOLINK=""
# Boot
USING_BOOTIMG="no"
BOOTIMG_LINK=""
# Kernel
KERNEL_NAME=""
KERNEL_VERS="v1.0"
KBUILD_BUILD_USER=""
KBUILD_BUILD_HOST="skglab-dev"
# Custom String
# this will add string after kernel version like 5.x.xxx-custom
USE_CUSTOM_LOCALVERSION="yes"
CUSTOM_LOCALVERSION="skglab-$KERNEL_VERS"
# Set COMPILER_STRING to default if you want to use default compiler string
# If no clang detected then compiler string is Unknown (If non-GCC build)
# The kernel must support KBUILD_COMPILER_STRING to make this work
COMPILER_STRING="default"
# Kernel Compression is (none, gz, lz4)
KERNEL_COMPRESSION="none"
# Compiler
CLANG_ONLY="no"
# Clang name to use (Options are: azure, neutron, proton, zyc, greenforce, sparxiers)
ClangName="zyc"
#
ENABLE_GCC64="yes"
ENABLE_GCC32="no"
# Cleanup after successful compile
CLEANUP="no"
# KernelSU (Options are: yes, no, and lkm)
KERNELSU="yes"
KERNELSU_MANAGER=""
# AnyKernel3 repository
AnyKernelRepo="https://github.com/SingkoLab/AnyKernel3"
# Branch name of AnyKernel3 repository
AnyKernelBranch=""