mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-24 22:56:25 -08:00
LG8n: Add kernel flags
* 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>
This commit is contained in:
parent
68399ea436
commit
89655add77
|
@ -7,5 +7,18 @@
|
||||||
# Include the common OEM chipset BoardConfig.
|
# Include the common OEM chipset BoardConfig.
|
||||||
include device/tecno/pova4series-common/BoardConfigCommon.mk
|
include device/tecno/pova4series-common/BoardConfigCommon.mk
|
||||||
|
|
||||||
|
# Boot image
|
||||||
|
BOARD_INCLUDE_DTB_IN_BOOTIMG := true
|
||||||
|
|
||||||
|
# DTB
|
||||||
|
BOARD_PREBUILT_DTBOIMAGE := $(KERNEL_PATH)/dtbo.img
|
||||||
|
BOARD_PREBUILT_DTBIMAGE_DIR := $(KERNEL_PATH)/dtb
|
||||||
|
|
||||||
|
# Kernel
|
||||||
|
TARGET_NO_KERNEL_OVERRIDE := true
|
||||||
|
LOCAL_KERNEL := $(KERNEL_PATH)/Image.gz
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
$(LOCAL_KERNEL):kernel
|
||||||
|
|
||||||
# Inherit the proprietary files
|
# Inherit the proprietary files
|
||||||
include vendor/tecno/LG8n/BoardConfigVendor.mk
|
include vendor/tecno/LG8n/BoardConfigVendor.mk
|
||||||
|
|
Loading…
Reference in a new issue