Revert "Revert "Revert "bonito: enable zram-writeback job"""

Let's disable zram-writeback

This reverts commit 4988b99ab41031e1717956ad8859c7178241ed3e.

Bug: 141860559

Change-Id: I588e164dea981c685aedd61021f17a1201f120e8
Signed-off-by: Minchan Kim <minchan@google.com>
diff --git a/device.mk b/device.mk
index 7127392..bd0daf0 100644
--- a/device.mk
+++ b/device.mk
@@ -324,9 +324,6 @@
     persist.rcs.supported=1 \
     vendor.rild.libpath=/vendor/lib64/libril-qc-hal-qmi.so \
     ro.hardware.keystore_desede=true \
-    ro.zram.mark_idle_delay_mins=60 \
-    ro.zram.first_wb_delay_mins=180 \
-    ro.zram.periodic_wb_delay_hours=24 \
 
 # Disable snapshot timer
 PRODUCT_PROPERTY_OVERRIDES += \
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 1708b4a..bef2559 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -410,6 +410,4 @@
 
     <!-- True if the firmware supports connected MAC randomization -->
     <bool name="config_wifi_connected_mac_randomization_supported">true</bool>
-    <!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. -->
-    <bool name="config_zramWriteback">true</bool>
 </resources>