android_device_tecno_LG8n/device.mk
Shirayuki39 68399ea436 LG8n: Inherit configuration from common trees
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
2024-08-29 09:59:00 +08:00

21 lines
451 B
Makefile

#
# Copyright (C) 2023 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
DEVICE_PATH := device/tecno/LG8n
# Shipping API level
PRODUCT_SHIPPING_API_LEVEL := 31
# Soong namespaces
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)