Skip to content

Commit

Permalink
v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffball3 committed Dec 17, 2024
1 parent e23dc4b commit 18c3f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export PATH=$(pwd)/toolchain/clang/host/linux-x86/clang-r416183b/bin:$PATH
export PATH=$(pwd)/toolchain/build/build-tools/path/linux-x86:$(pwd)/toolchain/prebuilts/gas/linux-x86:$PATH
BUILD_ARGS="LOCALVERSION=-Elite3XP-v2.3 KBUILD_BUILD_USER=fluffyball21 KBUILD_BUILD_HOST=Inudesu"
BUILD_ARGS="LOCALVERSION=-Elite3XP-v2.4 KBUILD_BUILD_USER=fluffyball21 KBUILD_BUILD_HOST=Inudesu"

make O=out $BUILD_ARGS PLATFORM_VERSION=13 ANDROID_MAJOR_VERSION=s LLVM=1 LLVM_IAS=1 ARCH=arm64 TARGET_SOC=s5e8825 CROSS_COMPILE=$(pwd)/toolchain/clang/host/linux-x86/clang-r416183b/bin/aarch64-linux-gnu- m33x_defconfig
make O=out $BUILD_ARGS PLATFORM_VERSION=13 ANDROID_MAJOR_VERSION=s LLVM=1 LLVM_IAS=1 ARCH=arm64 TARGET_SOC=s5e8825 CROSS_COMPILE=$(pwd)/toolchain/clang/host/linux-x86/clang-r416183b/bin/aarch64-linux-gnu- -j$(nproc --all)

0 comments on commit 18c3f12

Please sign in to comment.