mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-21 21:36:26 -08:00
LG8n: Inherit configuration from common trees
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
46781fba8e
commit
68399ea436
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue