diff --git a/BoardConfig.mk b/BoardConfig.mk index c390c19..44b9f28 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -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 diff --git a/device.mk b/device.mk index 6ea7980..77e3e65 100644 --- a/device.mk +++ b/device.mk @@ -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)