LG8n: Inherit configuration from common trees

Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Shirayuki39 2024-08-29 09:59:00 +08:00
parent 46781fba8e
commit 68399ea436
2 changed files with 6 additions and 0 deletions

View file

@ -4,5 +4,8 @@
# SPDX-License-Identifier: Apache-2.0
#
# Include the common OEM chipset BoardConfig.
include device/tecno/pova4series-common/BoardConfigCommon.mk
# Inherit the proprietary files
include vendor/tecno/LG8n/BoardConfigVendor.mk

View file

@ -13,5 +13,8 @@ PRODUCT_SHIPPING_API_LEVEL := 31
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# Inherit from the common OEM chipset makefile.
$(call inherit-product, device/tecno/pova4series-common/common.mk)
# Inherit the proprietary files
$(call inherit-product, vendor/tecno/LG8n/LG8n-vendor.mk)