* When generating kernel includes, lineage's generator was using kernel
source from kernel/tecno/lg8n. Use kernel headers generated by the
kernel build system instead (kernel-headers.tar.gz) and a Makefile to
copy them during `make headers_install`.
Signed-off-by: Woomymy <woomy@woomy.be>
Change-Id: I2c3972604822ce89201d8a317292cd045e77c705
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
* BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD should contain the
list of modules loaded with the recovery, but the modules should be
installed using BOARD_VENDOR_RAMDISK_KERNEL_MODULES
Signed-off-by: Woomymy <woomy@woomy.be>
Change-Id: I72768f8325017e0f5b969a7eb03ccccbf4b7eae0
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
* Kernel is built separatly and placed in device/tecno/LG8n-kernel
Co-authored-by: Woomymy <woomy@woomy.be>
Co-authored-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>