enable zram writeback job scheduling

Test: Confirmed the initial write working with console  log
Bug: 190571517
Signed-off-by: Minchan Kim <minchan@google.com>
Change-Id: Idb9f800455c62251bad333a015385cb5bd5029cc
This commit is contained in:
Minchan Kim 2021-06-08 18:26:04 -07:00 committed by Martin Liu
parent 27528a54d8
commit c255722fe9

View file

@ -254,4 +254,7 @@
manually by the user. Off by default, since the expected haptic feedback may not be manually by the user. Off by default, since the expected haptic feedback may not be
available on some devices. --> available on some devices. -->
<bool name="config_enableHapticTextHandle">true</bool> <bool name="config_enableHapticTextHandle">true</bool>
<!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. -->
<bool name="config_zramWriteback">true</bool>
</resources> </resources>