Copy config.example to config like so,
cp config.example config
Edit config to suit your device.
Clone this repo to $KERNEL_DIR/build
.
To build run ./build/build.sh
in $KERNEL_DIR
, by default it builds with AOSP clang-r383902
Use -g
for building with configured GCC (default is AOSP 4.9)
Use -s
to skip defconfig generation