Skip to content

Commit

Permalink
v2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffball3 committed Feb 8, 2025
1 parent 31ef7d8 commit ae45505
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.6 KBUILD_BUILD_USER=fluffyball21 KBUILD_BUILD_HOST=Inudesu"
BUILD_ARGS="LOCALVERSION=-Elite3XP-v2.7 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 ae45505

Please sign in to comment.