mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 05:46:25 -08:00
36 lines
978 B
Makefile
36 lines
978 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 Pixelage stuff.
|
|
$(call inherit-product, vendor/pixelage/config/common_full_phone.mk)
|
|
|
|
BOARD_VENDOR := TECNO
|
|
PRODUCT_NAME := pixelage_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
|
|
|
|
# Pixelage Flags
|
|
TARGET_FACE_UNLOCK_SUPPORTED := true
|
|
TARGET_BOOT_ANIMATION_RES := 1080
|
|
TARGET_SCREEN_HEIGHT := 2400
|
|
TARGET_SCREEN_WIDTH := 1080
|
|
|