-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
34 lines (28 loc) · 934 Bytes
/
Copy pathconfig.yaml
File metadata and controls
34 lines (28 loc) · 934 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
28
29
30
31
32
33
34
# specify the kernel repository url and branch here
kernel_repo_url: https://github.com/itzreesa/android_kernel_samsung_sm8250
kernel_repo_branch: lineage-23.2
# specify the clang repository url and branch here
clang_repo_url: https://github.com/LineageOS/android_prebuilts_clang_kernel_linux-x86_clang-r416183b
clang_repo_branch: lineage-20.0
# all the build variants for the kernel.
build_variants:
- gts7l
- gts7lwifi
- gts7xl
- gts7xlwifi
# replaces $VARIANT with build_variant selected
kernel_configs:
- vendor/kona-perf_defconfig
- vendor/samsung/kona-sec-common.config
- vendor/samsung/$VARIANT.config
- ksu.config
- droidspaces-oss.config
make_jobs: 8
image_path: "arch/arm64/boot/Image"
# do not change the out-$VARIANT for compatibility with the clean action
make_output: "out-$VARIANT"
make_parameters:
- ARCH=arm64
- LLVM=1
- CROSS_COMPILE=aarch64-none-linux-gnu-
- CLANG_TRIPLE=aarch64-none-linux-gnu-