mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-28 08:26:27 -08:00
Merge pull request #74 from Ryxeensenpai/infinity-14
Welcome To Infinity X, LG8n! [1/2]
This commit is contained in:
commit
962b5e2a6b
|
@ -46,7 +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
|
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/configs/properties/system.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
|
||||||
|
|
8
configs/properties/system.prop
Normal file
8
configs/properties/system.prop
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Infinity Stuffs
|
||||||
|
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
|
||||||
|
|
||||||
|
# Infinity Device Name
|
||||||
|
ro.product.marketname= Tecno Pova 4 Pro
|
|
@ -31,8 +31,6 @@ BUILD_FINGERPRINT := TECNO/LG8n-GL/TECNO-LG8n:12/SP1A.210812.016/240531V1800:use
|
||||||
# Infinity Stuffs
|
# Infinity Stuffs
|
||||||
INFINITY_BUILD_TYPE := UNOFFICIAL
|
INFINITY_BUILD_TYPE := UNOFFICIAL
|
||||||
INFINITY_MAINTAINER := RyX33N
|
INFINITY_MAINTAINER := RyX33N
|
||||||
|
TARGET_BOOT_ANIMATION_RES := 1080
|
||||||
TARGET_SUPPORTS_BLUR := true
|
TARGET_SUPPORTS_BLUR := true
|
||||||
WITH_GAPPS := true
|
WITH_GAPPS := true
|
||||||
TARGET_SHIPS_FULL_GAPPS := false
|
|
||||||
TARGET_BUILD_GOOGLE_TELEPHONY := false
|
|
||||||
USE_MOTO_CALCULATOR := true
|
|
||||||
|
|
Loading…
Reference in a new issue