This project helps to build Linux kernel for Android.
This is tested with msm8937 SoC but can be modified for others.
- Run build.sh script which clones repositories and build the kernel.
- If boot.img is present in the directory the kernel file is repacked.
- Flash repacked.img with the following commands.
adb reboot-bootloader
fastboot devices
fastboot flash boot repacked.img
fastboot reboot