mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
d339e850bc
Change-Id: I436bbf425023dbe54cf3e2c35f50a5575511bc38 Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
31 lines
832 B
Makefile
31 lines
832 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 += \
|
|
DeviceName=LG8n \
|
|
BuildFingerprint=TECNO/LG8n-GL/TECNO-LG8n:12/SP1A.210812.016/240531V1800:user/release-keys
|
|
|
|
|