Snap for 11740859 from 831f38051d to 24Q3-release

Change-Id: Ic08ca931ec86076a5873edd06758aa21beec7459
This commit is contained in:
Android Build Coastguard Worker 2024-04-20 01:03:17 +00:00
commit 76e980e515
2 changed files with 3 additions and 6 deletions

View file

@ -106,12 +106,6 @@ on init
write /sys/block/zram0/comp_algorithm lz77eh
write /proc/sys/vm/page-cluster 0
# adjust PCP high level
write /proc/sys/vm/percpu_pagelist_high_fraction 430
# disable proactive compaction
write /proc/sys/vm/compaction_proactiveness 0
# Some user code relies on ro.boot.hardware.revision
setprop ro.boot.hardware.revision ${ro.revision}

View file

@ -74,6 +74,9 @@
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">true</bool>
<bool name="config_use_tiered_cached_adj">false</bool>
<!-- If device supports pickup/lift gesture -->
<bool name="config_dozePulsePickup">true</bool>