android_device_tecno_LG8n/BoardConfig.mk

25 lines
567 B
Makefile
Raw Normal View History

#
# Copyright (C) 2023 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Include the common OEM chipset BoardConfig.
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
include vendor/tecno/LG8n/BoardConfigVendor.mk