enable zram writeback job scheduling am: 17fc9a8912

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14914712

Change-Id: I7fd921ac9f58e8b566f708bfcabdddce14b37a8a
This commit is contained in:
Minchan Kim 2021-06-14 07:58:01 +00:00 committed by Automerger Merge Worker
commit bb1a3b6a8f

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>