mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-21 13:26:26 -08:00
Merge pull request #73 from Ryxeensenpai/infinity-14
Welcome To Infinity X, LG8n!
This commit is contained in:
commit
bb6cbae87d
|
@ -5,5 +5,5 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PRODUCT_MAKEFILES := \
|
PRODUCT_MAKEFILES := \
|
||||||
$(LOCAL_DIR)/lineage_LG8n.mk
|
$(LOCAL_DIR)/infinity_LG8n.mk
|
||||||
|
|
||||||
|
|
|
@ -46,6 +46,7 @@ TARGET_OTA_ASSERT_DEVICE := LG8n,TECNO-LG8n,lg8n
|
||||||
|
|
||||||
# Properties
|
# Properties
|
||||||
TARGET_PRODUCT_PROP += $(DEVICE_PATH)/configs/properties/product.prop
|
TARGET_PRODUCT_PROP += $(DEVICE_PATH)/configs/properties/product.prop
|
||||||
|
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/configs/properties/phoneinfo.prop
|
||||||
|
|
||||||
# Workaround to make lineage's soong generator work
|
# Workaround to make lineage's soong generator work
|
||||||
TARGET_KERNEL_SOURCE := $(KERNEL_PATH)/kernel-headers
|
TARGET_KERNEL_SOURCE := $(KERNEL_PATH)/kernel-headers
|
||||||
|
|
6
configs/properties/phoneinfo.prop
Normal file
6
configs/properties/phoneinfo.prop
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# AboutPhone Info
|
||||||
|
ro.infinity.soc=Mediatek Helio G99
|
||||||
|
ro.infinity.battery=6000 mAh
|
||||||
|
ro.infinity.display=1080 x 2400, 90 Hz
|
||||||
|
ro.infinity.camera=50 MP + 8 MP
|
||||||
|
ro.product.marketname= Tecno Pova 4 Pro
|
|
@ -12,10 +12,10 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||||
$(call inherit-product, device/tecno/LG8n/device.mk)
|
$(call inherit-product, device/tecno/LG8n/device.mk)
|
||||||
|
|
||||||
# Inherit some common LineageOS stuff.
|
# Inherit some common LineageOS stuff.
|
||||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
$(call inherit-product, vendor/infinity/config/common_full_phone.mk)
|
||||||
|
|
||||||
BOARD_VENDOR := TECNO
|
BOARD_VENDOR := TECNO
|
||||||
PRODUCT_NAME := lineage_LG8n
|
PRODUCT_NAME := infinity_LG8n
|
||||||
PRODUCT_DEVICE := LG8n
|
PRODUCT_DEVICE := LG8n
|
||||||
PRODUCT_MANUFACTURER := TECNO
|
PRODUCT_MANUFACTURER := TECNO
|
||||||
PRODUCT_BRAND := TECNO
|
PRODUCT_BRAND := TECNO
|
||||||
|
@ -27,3 +27,12 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||||
PRODUCT_NAME=LG8n-GL
|
PRODUCT_NAME=LG8n-GL
|
||||||
|
|
||||||
BUILD_FINGERPRINT := TECNO/LG8n-GL/TECNO-LG8n:12/SP1A.210812.016/240531V1800:user/release-keys
|
BUILD_FINGERPRINT := TECNO/LG8n-GL/TECNO-LG8n:12/SP1A.210812.016/240531V1800:user/release-keys
|
||||||
|
|
||||||
|
# Infinity Stuffs
|
||||||
|
INFINITY_BUILD_TYPE := UNOFFICIAL
|
||||||
|
INFINITY_MAINTAINER := RyX33N
|
||||||
|
TARGET_SUPPORTS_BLUR := true
|
||||||
|
WITH_GAPPS := true
|
||||||
|
TARGET_SHIPS_FULL_GAPPS := false
|
||||||
|
TARGET_BUILD_GOOGLE_TELEPHONY := false
|
||||||
|
USE_MOTO_CALCULATOR := true
|
Loading…
Reference in a new issue