config: Disable iorapd

Google dropped iorapd in Android 13. Its benefits are doubtful on modern
UFS devices and tracing comes at the cost of battery usage.

Signed-off-by: Andrzej Perczak <linux@andrzejperczak.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
Andrzej Perczak 2022-05-23 23:49:54 +02:00 committed by Pranav Vashi
parent 8fd7b19821
commit 50e3759841

View File

@ -24,6 +24,10 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
setupwizard.feature.skip_button_use_mobile_data.carrier1839=true \
setupwizard.theme=glif_v3_light
# Disable iorapd
PRODUCT_SYSTEM_PROPERTIES += \
ro.iorapd.enable=false
# Disable touch video heatmap to reduce latency, motion jitter, and CPU usage
# on supported devices with Deep Press input classifier HALs and models
PRODUCT_PRODUCT_PROPERTIES += \