Skip to content

Action for MilkKernel - Dynamic Kernel for davinci (Mi 9T / Redmi K20)

License

Notifications You must be signed in to change notification settings

Smollejan/action_kernel_davinci

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MilkKernel - Action

Dynamic Kernel

For davinci | Mi 9T / Redmi K20

Includes KernelSU

Please read following README

Custom Kernel

  • To build your own custom kernel, fork this repository
  • Then edit the Changable Data section at the beginning of main.sh
  • Make sure to use this format: e.g. KERNEL_NAME="MilkKernel"
  • Run Action "CI Build"
  • Your kernel and the Manager will be available at "releases" in your repository
# Kernel
KERNEL_NAME       | Name of your Kernel
KERNEL_GIT        | .git link to your Kernel repo
KERNEL_BRANCH     | Branch of your Kernel repo
ANDROID_VERSION   | Your preferred Android version of your kernel

# KernelSU
KERNELSU_REPO     | KernelSU repo (Owner/reponame) default: "tiann/KernelSU"
REMOVE_SIG_VER    | Use at your own risk: Removes the signature verification to allow any build of the KernelSU Manager
KSU_ENABLED       | KernelSU enabled ("true") or disabled ("false")

# Anykernel3
ANYKERNEL3_GIT    | .git link to your AnyKernel3 repo
ANYKERNEL3_BRANCH | Branch of your AnyKernel3 repo

# Build
DEVICE_CODE       | Device codename (Mi 9t / RedmiK20 is "davinci")
DEVICE_DEFCONFIG  | Defconfig file of your device (Typically [codename]_defconfig e.g. "davinci_defconfig")
DEVICE_ARCH       | Device architecture (arch/arm, arch/arm64, arch/x64)

# Clang
CLANG_REPO        | Clang (compiler/toolchain) repo (Owner/reponame)

About

Action for MilkKernel - Dynamic Kernel for davinci (Mi 9T / Redmi K20)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%