From 31874c5cb510d572410c9cf17062faf3e612c444 Mon Sep 17 00:00:00 2001 From: Carlo Dandan Date: Sun, 9 Jul 2023 13:51:14 +0800 Subject: [PATCH] Update build Signed-off-by: Carlo Dandan --- build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build b/build index 34d753a..5e86c4b 100755 --- a/build +++ b/build @@ -3,8 +3,8 @@ set -e -x # Kernel Source -KERNEL_SOURCE="https://github.com/cd-Crypton/android_kernel_realme_sm6225.git" -KERNEL_BRANCH="SM6225-main" +KERNEL_SOURCE="https://github.com/cd-Crypton/android_kernel_realme_bengal.git" +KERNEL_BRANCH="main-staging" KERNEL_DEFCONFIG="vendor/bengal-perf_defconfig" # Prebuilt Clang Toolchain (AOSP)