From ee99b60a37ca3abd1b96662771762c45508cc88c Mon Sep 17 00:00:00 2001 From: Minchan Kim Date: Mon, 14 Oct 2019 14:22:58 -0700 Subject: [PATCH] sdm660-common: Enable zram writeback job scheduler Bug: 140882488 Change-Id: I5489a7ce7a8d73306a6ecf69f57d338b2b0eaad2 Signed-off-by: Minchan Kim --- BoardConfigCommon.mk | 1 + properties/product.prop | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 properties/product.prop 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