sdm660-common: Enable zram writeback job scheduler
Bug: 140882488 Change-Id: I5489a7ce7a8d73306a6ecf69f57d338b2b0eaad2 Signed-off-by: Minchan Kim <minchan@google.com>
This commit is contained in:
parent
6048a9b491
commit
ee99b60a37
2 changed files with 5 additions and 0 deletions
|
@ -159,6 +159,7 @@ TARGET_COPY_OUT_VENDOR := vendor
|
||||||
|
|
||||||
# Properties
|
# Properties
|
||||||
TARGET_ODM_PROP += $(COMMON_PATH)/properties/odm.prop
|
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_EXT_PROP += $(COMMON_PATH)/properties/system_ext.prop
|
||||||
TARGET_SYSTEM_PROP += $(COMMON_PATH)/properties/system.prop
|
TARGET_SYSTEM_PROP += $(COMMON_PATH)/properties/system.prop
|
||||||
TARGET_VENDOR_PROP += $(COMMON_PATH)/properties/vendor.prop
|
TARGET_VENDOR_PROP += $(COMMON_PATH)/properties/vendor.prop
|
||||||
|
|
4
properties/product.prop
Normal file
4
properties/product.prop
Normal file
|
@ -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
|
Loading…
Reference in a new issue