- This repository is used to compile the GKI kernel.(crdroid system)
- Now support oneplus ace3 pro(corvette)
- Make sure you have installed the adb driver
- Turn on Allow Debug in the Developer Options in the System Settings
- Use a data cable to connect your phone and computer
- Use
adb devicesto check if the connection is successful - Use
adb reboot recoveryto enter recovery mode, then enterenable adbin advanced - And then return to the homepage to enable
apply update - Use
adb sideload <ak3 package path>to flash it and then restart the system,enjoy it
- Use clang-r547379
- Enable ThinLTO/FullLTO to build
- Enable Root support : kernelsu/SukiSU/kernelsu-next
- Enable BBR support : Enable bbr congestion control algorithm
- Enable KPM support : Enable kpm support in kernel
- Enable ZRAM support : Enable extra zram algorithm(LZ4KD/LZ4K_oplus)
- Enable SUSFS support : You can build susfs into kernel
- Enable SCHED support : Enable Fengchi scx scheduling
- Enable LSM_BBG support :block unauthorized writes to critical partitions/device nodes
- Enable Anykernel3 support : Packaged as a zip package of anykernel3
To be continued...