forked from Sakurajima07/kernel_builder
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpriv_env.dist
More file actions
27 lines (20 loc) · 754 Bytes
/
Copy pathpriv_env.dist
File metadata and controls
27 lines (20 loc) · 754 Bytes
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
# your telegram bot token
export BOT_TOKEN="hdoznfidvyfnfischsizbiajefb"
# your telegram chatroom's id
# in bot api
export CHAT_ID="72769420"
# your local kernel dir
export KDIR=kernel
# your kernel's git repo
kernel_repo="https://github.com/TelegramAt25/empty_kernel_xiaomi_blossom"
# the branch you want to use in the repo above
kernel_branch="enanan"
# whether you want ksu patched in at build time or not
# leave blank for "no", "both" for both ksu and non ksu, anything else for "yes"
# require the patches for that version+patchlevel to be in ./ksu/patches
export PATCH_KSU=""
# the compiler(s) to use
# those are the name of the scripts in ./toolchains, without ".sh"
export COMPILERS="AOSP-Clang-11"
# additional verbose info
#VERBOSE=yes