mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-21 21:36:26 -08:00
LG8n: Kang smooth display props from xiaomi emerald
Signed-off-by: dodyirawan85 <dev.irawans@gmail.com> Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
53703dd7c4
commit
56841d05e6
|
@ -45,6 +45,9 @@ BOARD_VENDOR_KERNEL_MODULES := $(wildcard $(KERNEL_PATH)/vendor_dlkm/*.ko)
|
||||||
# OTA assert
|
# OTA assert
|
||||||
TARGET_OTA_ASSERT_DEVICE := LG8n,TECNO-LG8n,lg8n
|
TARGET_OTA_ASSERT_DEVICE := LG8n,TECNO-LG8n,lg8n
|
||||||
|
|
||||||
|
# Properties
|
||||||
|
TARGET_PRODUCT_PROP += $(DEVICE_PATH)/configs/properties/product.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
|
||||||
|
|
||||||
|
|
11
configs/properties/product.prop
Normal file
11
configs/properties/product.prop
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Smooth display
|
||||||
|
debug.sf.set_idle_timer_ms=600
|
||||||
|
ro.surface_flinger.set_idle_timer_ms=600
|
||||||
|
ro.surface_flinger.set_touch_timer_ms=600
|
||||||
|
ro.surface_flinger.use_content_detection_for_refresh_rate=true
|
||||||
|
ro.vendor.display.idle_fps=60
|
||||||
|
ro.vendor.disable_idle_fps.threshold=328
|
||||||
|
ro.vendor.display.is_standard_mode=true
|
||||||
|
ro.vendor.display.touch.idle.enable=true
|
||||||
|
ro.vendor.idle_fps=60
|
||||||
|
vendor.display.idle_time=600
|
Loading…
Reference in a new issue