2024-08-28 18:45:20 -07:00
|
|
|
#
|
|
|
|
# Copyright (C) 2023 The LineageOS Project
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
DEVICE_PATH := device/tecno/LG8n
|
2024-08-28 19:01:53 -07:00
|
|
|
KERNEL_PATH := $(DEVICE_PATH)-kernel
|
2024-08-28 18:45:20 -07:00
|
|
|
|
2024-08-29 01:15:25 -07:00
|
|
|
# AAPT
|
|
|
|
PRODUCT_AAPT_CONFIG := normal
|
|
|
|
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
|
|
|
|
|
2024-08-29 01:16:56 -07:00
|
|
|
# Boot animation
|
|
|
|
TARGET_SCREEN_HEIGHT := 2400
|
|
|
|
TARGET_SCREEN_WIDTH := 1080
|
|
|
|
|
2024-08-29 01:15:25 -07:00
|
|
|
# Overlays
|
|
|
|
PRODUCT_PACKAGES += \
|
2024-09-04 09:58:23 -07:00
|
|
|
FrameworksResOverlayLG8n \
|
2024-08-01 08:38:32 -07:00
|
|
|
SettingsProviderOverlayLG8n \
|
2024-09-04 15:00:01 -07:00
|
|
|
SystemUIOverlayLG8n
|
2024-08-29 01:15:25 -07:00
|
|
|
|
2024-08-28 18:45:20 -07:00
|
|
|
# Shipping API level
|
|
|
|
PRODUCT_SHIPPING_API_LEVEL := 31
|
|
|
|
|
|
|
|
# Soong namespaces
|
|
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
|
|
$(LOCAL_PATH)
|
|
|
|
|
2024-08-29 01:35:39 -07:00
|
|
|
# Vibrator
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
android.hardware.vibrator-service.transsion
|
|
|
|
|
2024-08-28 18:59:00 -07:00
|
|
|
# Inherit from the common OEM chipset makefile.
|
2024-09-04 08:54:45 -07:00
|
|
|
$(call inherit-product, device/tecno/mt6789-common/common.mk)
|
2024-08-28 18:59:00 -07:00
|
|
|
|
2024-08-28 18:45:20 -07:00
|
|
|
# Inherit the proprietary files
|
|
|
|
$(call inherit-product, vendor/tecno/LG8n/LG8n-vendor.mk)
|