sm6250-common: Remove zram writeback leftovers

It has been disabled in kernel because of memory corruption.

Change-Id: I50e4cdc39b38a510d39032253606ddec3e41d22c
This commit is contained in:
Alexander Winkowski
2022-05-26 12:43:35 +00:00
parent 57b3204aa1
commit 73be6dca46
7 changed files with 1 additions and 18 deletions

View File

@ -289,9 +289,6 @@
in hardware. -->
<bool name="config_setColorTransformAccelerated">true</bool>
<!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. -->
<bool name="config_zramWriteback">true</bool>
<!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,