mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
34 lines
981 B
Makefile
34 lines
981 B
Makefile
#
|
|
# Copyright (C) 2023 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Inherit from those products. Most specific first.
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
|
|
|
# Inherit from device makefile.
|
|
$(call inherit-product, device/tecno/LG8n/device.mk)
|
|
|
|
# Inherit some common LineageOS stuff.
|
|
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
|
|
|
BOARD_VENDOR := TECNO
|
|
PRODUCT_NAME := lineage_LG8n
|
|
PRODUCT_DEVICE := LG8n
|
|
PRODUCT_MANUFACTURER := TECNO
|
|
PRODUCT_BRAND := TECNO
|
|
PRODUCT_MODEL := TECNO LG8n
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-transsion
|
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
|
PRIVATE_BUILD_DESC="sys_tssi_64_armv82_tecno-user 13 TP1A.220624.014 469345 release-keys" \
|
|
PRODUCT_NAME=LG8n-GL
|
|
|
|
BUILD_FINGERPRINT := TECNO/LG8n-GL/TECNO-LG8n:13/TP1A.220624.014/231102V2897:user/release-keys
|
|
|
|
# Time
|
|
LINEAGE_VERSION_APPEND_TIME_OF_DAY := true
|