-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.env
More file actions
83 lines (64 loc) · 2.02 KB
/
config.env
File metadata and controls
83 lines (64 loc) · 2.02 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
## 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="7"
# 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=""
DEVICE_MODEL=""
DEVICE_DEFCONFIG=""
DEVICE_CODENAME=""
BOARD_CODENAME=""
# Device Tree Blob / Overlay
## Choose: prebuilt, custom
## DTB and DTBO are linked when USING_DTB is default
USING_DTB="prebuilt"
PREBUILT_DTBLINK="https://raw.githubusercontent.com/skglab-dev/device_xiaomi_stone-kernel/refs/heads/lineage-22.2/dtb/Qualcomm_Technologies_Inc_Blair_SoC.dtb"
PREBUILT_DTBOLINK="https://raw.githubusercontent.com/skglab-dev/device_xiaomi_stone-kernel/refs/heads/lineage-22.2/dtbo.img"
# Boot
USING_BOOTIMG="no"
BOOTIMG_LINK=""
# Kernel
KERNEL_NAME=""
KBUILD_BUILD_USER=""
KBUILD_BUILD_HOST="skglab-dev"
# Custom String
USE_CUSTOM_LOCALVERSION="yes"
CUSTOM_LOCALVERSION="skglab"
# 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 and greenforce)
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="https://github.com/rsuntk/KernelSU/releases/download/v1.0.5-10-legacy/KernelSU_v1.0.5-10-legacy_12164-release.apk"
# AnyKernel3 repository
AnyKernelRepo="https://github.com/SingkoLab/AnyKernel3"
# Branch name of AnyKernel3 repository
AnyKernelBranch="batu"