diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 746fd944..3bc6c5fd 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -159,6 +159,7 @@ TARGET_COPY_OUT_VENDOR := vendor # Properties TARGET_ODM_PROP += $(COMMON_PATH)/properties/odm.prop +TARGET_PRODUCT_PROP += $(COMMON_PATH)/properties/product.prop TARGET_SYSTEM_EXT_PROP += $(COMMON_PATH)/properties/system_ext.prop TARGET_SYSTEM_PROP += $(COMMON_PATH)/properties/system.prop TARGET_VENDOR_PROP += $(COMMON_PATH)/properties/vendor.prop diff --git a/properties/product.prop b/properties/product.prop new file mode 100644 index 00000000..695304c3 --- /dev/null +++ b/properties/product.prop @@ -0,0 +1,4 @@ +# Zram +ro.zram.mark_idle_delay_mins=60 +ro.zram.first_wb_delay_mins=180 +ro.zram.periodic_wb_delay_hours=24 \ No newline at end of file