Skip to content

Commit

Permalink
Initial Commit for pstar (4.19.300)
Browse files Browse the repository at this point in the history
  • Loading branch information
DataEraserC committed Jan 9, 2024
1 parent d0049ca commit 9c93be9
Show file tree
Hide file tree
Showing 15 changed files with 2,553 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Lineage20_pstar_4_19_157.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: (pstar) (LineageOS 20) Build Kernel
name: (pstar) (LineageOS 20) (4.19.157) Build Kernel
on:
watch:
types: [started]
Expand Down
423 changes: 423 additions & 0 deletions .github/workflows/Lineage20_pstar_4_19_300.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/Lineage20_pstar_docker_lxc_4_19_157.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: (pstar) (LineageOS 20) (docker lxc) Build Kernel
name: (pstar) (LineageOS 20) (4.19.157) (docker lxc) Build Kernel
on:
watch:
types: [started]
Expand Down
613 changes: 613 additions & 0 deletions .github/workflows/Lineage20_pstar_docker_lxc_4_19_300.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/Lineage20_pstar_kernelsu_4_19_157.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: (pstar) (LineageOS 20) (KernelSU) Build Kernel
name: (pstar) (LineageOS 20) (4.19.157) (KernelSU) Build Kernel
on:
watch:
types: [started]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lineage20_pstar_kernelsu_4_19_300.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: (pstar) (LineageOS 20) (KernelSU) Build Kernel
name: (pstar) (LineageOS 20) (4.19.300) (KernelSU) Build Kernel
on:
watch:
types: [started]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: (pstar) (LineageOS 20) (KernelSU docker lxc) Build Kernel
name: (pstar) (LineageOS 20) (4.19.157) (KernelSU docker lxc) Build Kernel
on:
watch:
types: [started]
Expand Down
613 changes: 613 additions & 0 deletions .github/workflows/Lineage20_pstar_kernelsu_docker_lxc_4_19_300.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: (pstar) (LineageOS 20) (KernelSU docker lxc nethunter) Build Kernel
name: (pstar) (LineageOS 20) (4.19.157) (KernelSU docker lxc nethunter) Build Kernel
on:
watch:
types: [started]
Expand Down

Large diffs are not rendered by default.

63 changes: 63 additions & 0 deletions Lineage20_pstar_4_19_300.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
CONFIG_ENV=Lineage20_pstar_4_19_300.env

KERNEL_SOURCE=
KERNEL_SOURCE_BRANCH=
KERNEL_CONFIG=
KERNEL_IMAGE_NAME=Image
ARCH=arm64
ADD_LOCALVERSION_TO_FILENAME=true
EXTRA_CMDS:LD=ld.lld LOCALVERSION=20

# 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=false
KERNELSU_TAG=main
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=true
SOURCE_BOOT_IMAGE=https://raw.githubusercontent.com/AndroidAppsUsedByMyself/KernelSU_action/Lineage_pstar/boot/Lineage20_pstar_origin_boot.img
73 changes: 73 additions & 0 deletions Lineage20_pstar_docker_lxc_4_19_300.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
CONFIG_ENV=Lineage20_pstar_docker_lxc_4_19_300.env

KERNEL_SOURCE=
KERNEL_SOURCE_BRANCH=
KERNEL_CONFIG=
KERNEL_IMAGE_NAME=Image
ARCH=arm64
ADD_LOCALVERSION_TO_FILENAME=true
EXTRA_CMDS:LD=ld.lld LOCALVERSION=20-docker-lxc

# 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=false
KERNELSU_TAG=main
KSU_EXPECTED_SIZE=
KSU_EXPECTED_HASH=

# Configuration
DISABLE-LTO=false
DISABLE_CC_WERROR=false
ADD_KPROBES_CONFIG=false
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=true
SOURCE_BOOT_IMAGE=https://raw.githubusercontent.com/AndroidAppsUsedByMyself/KernelSU_action/Lineage_pstar/boot/Lineage20_pstar_origin_boot.img

# Addon Config
# We will add it by ourselves
IMPORT_DOCKER=false
Kernel_Version=4.19
Remove_Kernel_Validation=true
Remove_Warning=true
Docker_LXC_Patches=true
Remove_ANDROID_PARANOID_NETWORK=true
Add_Kali_Nethunter_Patches=true
6 changes: 3 additions & 3 deletions Lineage20_pstar_kernelsu_4_19_300.env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CONFIG_ENV=Lineage20_pstar_kernelsu_4_19_300.env

KERNEL_SOURCE=https://github.com/0warning0error/android_kernel_motorola_sm8250
KERNEL_SOURCE_BRANCH=lineage-20
KERNEL_CONFIG=vendor/lineageos_pstar_defconfig
KERNEL_SOURCE=
KERNEL_SOURCE_BRANCH=
KERNEL_CONFIG=
KERNEL_IMAGE_NAME=Image
ARCH=arm64
ADD_LOCALVERSION_TO_FILENAME=true
Expand Down
73 changes: 73 additions & 0 deletions Lineage20_pstar_kernelsu_docker_lxc_4_19_300.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
CONFIG_ENV=Lineage20_pstar_kernelsu_docker_lxc_4_19_157.env

KERNEL_SOURCE=
KERNEL_SOURCE_BRANCH=
KERNEL_CONFIG=
KERNEL_IMAGE_NAME=Image
ARCH=arm64
ADD_LOCALVERSION_TO_FILENAME=true
EXTRA_CMDS:LD=ld.lld LOCALVERSION=20-kernelsu-docker-lxc

# 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=main
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=true
SOURCE_BOOT_IMAGE=https://raw.githubusercontent.com/AndroidAppsUsedByMyself/KernelSU_action/Lineage_pstar/boot/Lineage20_pstar_origin_boot.img

# Addon Config
# We will add it by ourselves
IMPORT_DOCKER=false
Kernel_Version=4.19
Remove_Kernel_Validation=true
Remove_Warning=true
Docker_LXC_Patches=true
Remove_ANDROID_PARANOID_NETWORK=true
Add_Kali_Nethunter_Patches=false
73 changes: 73 additions & 0 deletions Lineage20_pstar_kernelsu_docker_lxc_nethunter_4_19_300.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
CONFIG_ENV=Lineage20_pstar_kernelsu_docker_lxc_nethunter_4_19_157.env

KERNEL_SOURCE=
KERNEL_SOURCE_BRANCH=
KERNEL_CONFIG=
KERNEL_IMAGE_NAME=Image
ARCH=arm64
ADD_LOCALVERSION_TO_FILENAME=true
EXTRA_CMDS:LD=ld.lld LOCALVERSION=20-kernelsu-docker-lxc-nethunter

# 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=main
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=true
SOURCE_BOOT_IMAGE=https://raw.githubusercontent.com/AndroidAppsUsedByMyself/KernelSU_action/Lineage_pstar/boot/Lineage20_pstar_origin_boot.img

# Addon Config
# We will add it by ourselves
IMPORT_DOCKER=false
Kernel_Version=4.19
Remove_Kernel_Validation=true
Remove_Warning=true
Docker_LXC_Patches=true
Remove_ANDROID_PARANOID_NETWORK=true
Add_Kali_Nethunter_Patches=true

0 comments on commit 9c93be9

Please sign in to comment.