diff --git a/BoardConfig.mk b/BoardConfig.mk index a95d178..7d9a50b 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -44,9 +44,6 @@ BOARD_VENDOR_KERNEL_MODULES := $(wildcard $(KERNEL_PATH)/vendor_dlkm/*.ko) # OTA assert 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 TARGET_KERNEL_SOURCE := $(KERNEL_PATH)/kernel-headers diff --git a/configs/properties/product.prop b/configs/properties/product.prop deleted file mode 100644 index cb20c32..0000000 --- a/configs/properties/product.prop +++ /dev/null @@ -1,11 +0,0 @@ -# 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