Based on Naz v1
- Compiled with
Neutron Clang 18 - LLVM Polly
- Inline Optmizations
- All features from
Naz-v1 Devfreq Boostis disabled- Compiled with
O2optmization level - Debugging Nuked
- thinLTO enabled
- Binderfs , Incfs etc
# Dependencies for ubuntu
$ sudo apt install bash git make libssl-dev curl bc pkg-config m4 libtool automake autoconf zstd libarchive-tools wget
# Clean build for m21, ksu and for cwb1 and above
$ KSU=1 OLD=0 ./build.sh -c
# Dirty build for m31 , no ksu and for older u2/u3 stock
$ DEVICE=m31 KSU=0 OLD=1 ./build.sh -dToolchain is synced automatically
Flashable zip is localted in Anykernel3/N_KERNEL*.zip
- F41 uses older tee, so only build with
OLD=1. - By default the script builds with
OLD=0which uses the new tzdev, might not boot for you. - AVB needs to be disabled to boot these kernels i.e. nuked from vendor and boot fstabs.
@naz664(base tree)@LMAO-armv8(upstreamed kernel)@TenSeventy7(vdso32, minor optimizations)@Royna2544(incfs, binderfs, lto fixes)