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:
Minchan Kim 2019-10-14 14:22:58 -07:00 committed by CakesTwix
parent 6048a9b491
commit ee99b60a37
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
2 changed files with 5 additions and 0 deletions

View file

@ -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
View 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