From ceac1bac46bb3523787f01c58931168ed920d215 Mon Sep 17 00:00:00 2001 From: Sky5201314 <120936562+Sky5201314@users.noreply.github.com> Date: Sun, 21 Apr 2024 12:32:18 +0800 Subject: [PATCH] Update config.properties.example --- config.properties.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.properties.example b/config.properties.example index 7cc23a6..b43c49c 100644 --- a/config.properties.example +++ b/config.properties.example @@ -1,7 +1,7 @@ -KERNEL_SOURCE= -KERNEL_SOURCE_BRANCH= -KERNEL_CONFIG= -KERNEL_IMAGE_NAME= +KERNEL_SOURCE=github.com/Laulan56/android_kernel_xiaomi_sm8350 +KERNEL_SOURCE_BRANCH=lineage-20 +KERNEL_CONFIG=vendor/gki_defconfig +KERNEL_IMAGE_NAME=IMAGE ARCH=arm64 ENABLE_CLANG=true