Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SaharaMiyoko authored Jul 27, 2024
1 parent 90e0c61 commit f2d1810
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CONFIG_ENV=config.env

KERNEL_SOURCE=https://github.com/utziacre/android_kernel_xiaomi_nabu
KERNEL_SOURCE_BRANCH=master
KERNEL_SOURCE=https://github.com/Rohail33/Realking_kernel_nabu
KERNEL_SOURCE_BRANCH=main
KERNEL_CONFIG=nabu_defconfig
KERNEL_IMAGE_NAME=Image.gz-dtb
ARCH=arm64
Expand All @@ -10,9 +10,9 @@ EXTRA_CMDS:LD=ld.lld

# Clang
## Custom
USE_CUSTOM_CLANG=ture
CUSTOM_CLANG_SOURCE=https://github.com/kdrag0n/proton-clang.git
CUSTOM_CLANG_BRANCH=master
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-
Expand Down Expand Up @@ -60,5 +60,5 @@ ENABLE_CCACHE=true
NEED_DTBO=false

# Build boot images
BUILD_BOOT_IMG=ture
SOURCE_BOOT_IMAGE=https://github.com/SaharaMiyoko/KernelSU_Action/releases/download/MJW/boot.img
BUILD_BOOT_IMG=true
SOURCE_BOOT_IMAGE=https://github.com/SaharaMiyoko/KernelSU_Action/releases/download/6/boot.img

0 comments on commit f2d1810

Please sign in to comment.