summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2024-02-27 16:11:46 +0000
committerRafael Marçalo <raroma09@gmail.com>2024-02-27 16:11:46 +0000
commit2d548874eb283e1a047a30a188eb0b331b69f21e (patch)
treef68ed9bc39655e6bcb2ff5063ea4d4acac2cb91e /build.sh
parent6f66ae5b5200d93adeb6d402b1e6bf474b565318 (diff)
Added custom kernel configlineage-18.1
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index f59ce393dd54..f3bba0f60de1 100644
--- a/build.sh
+++ b/build.sh
@@ -6,7 +6,7 @@
COMPILERS_DIR=$(pwd)/toolchains
COMPILER="https://github.com/LineageOS/android_prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-4.9"
COMPILER32="https://github.com/LineageOS/android_prebuilts_gcc_linux-x86_arm_arm-linux-androideabi-4.9"
-DEFCONFIG="lavender_defconfig"
+DEFCONFIG="custom_defconfig"
KERNEL_DIR=$(pwd)
PATH="${COMPILERS_DIR}/gcc/bin:${COMPILERS_DIR}/gcc32/bin:${PATH}"