forked from AndroidAppsUsedByMyself/KernelSU_Action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
experiment.env
76 lines (64 loc) · 1.74 KB
/
experiment.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
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
CONFIG_ENV=experiment.env
KERNEL_SOURCE=https://github.com/lss4/android_kernel_motorola_sm8250
KERNEL_SOURCE_BRANCH=lineage-21-MMI-T1RAS33.55-15-10-6
KERNEL_CONFIG=vendor/lineageos_pstar_experiment_defconfig
KERNEL_IMAGE_NAME=Image
ARCH=arm64
ADD_LOCALVERSION_TO_FILENAME=true
EXTRA_CMDS:LD=ld.lld LOCALVERSION=21-experiment
# 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=android12-release
CLANG_VERSION=r416183b1
# GCC
ENABLE_GCC_ARM64=true
ENABLE_GCC_ARM32=true
USE_CUSTOM_GCC_64=false
CUSTOM_GCC_64_SOURCE=
CUSTOM_GCC_64_BRANCH=
CUSTOM_GCC_64_BIN=aarch64-linux-android-
USE_CUSTOM_GCC_32=false
CUSTOM_GCC_32_SOURCE=
CUSTOM_GCC_32_BRANCH=
CUSTOM_GCC_32_BIN=arm-linux-androideabi-
# KernelSU flags
ENABLE_KERNELSU=true
KERNELSU_TAG=b766b98513b5a7eb33bc1c4a76b5702bf1288f07
KSU_EXPECTED_SIZE=
KSU_EXPECTED_HASH=
# Configuration
DISABLE-LTO=false
DISABLE_CC_WERROR=false
ADD_KPROBES_CONFIG=true
ADD_OVERLAYFS_CONFIG=false
APPLY_KSU_PATCH=false
# AnyKernel3
## AnyKernel3 Custom
USE_CUSTOM_ANYKERNEL3=false
CUSTOM_ANYKERNEL3_SOURCE=
CUSTOM_ANYKERNEL3_BRANCH=
# Ccache
ENABLE_CCACHE=true
# DTBO image
NEED_DTBO=false
# Build boot images
BUILD_BOOT_IMG=false
SOURCE_BOOT_IMAGE=https://raw.githubusercontent.com/lss4/KernelSU_action_pstar/Lineage_pstar/boot/Lineage20_pstar_origin_boot_4_19_157.img
# Addon Config
# We will add it by ourselves
IMPORT_DOCKER=false
Kernel_Version=4.19
Kernel_Extra_Version=4.19.157
Remove_Kernel_Validation=true
Remove_Warning=true
Docker_LXC_Patches=true
Remove_ANDROID_PARANOID_NETWORK=true
Add_Kali_Nethunter_Patches=true
Generate_Build_Config=true
Generate_Command=