diff --git a/product.prop b/product.prop index 795420f..c2b3927 100644 --- a/product.prop +++ b/product.prop @@ -48,9 +48,6 @@ ro.hardware.vulkan=adreno # IMS ro.telephony.block_binder_thread_on_incoming_calls=false -# IORap -persist.device_config.runtime_native_boot.iorap_readahead_enable=true - # Media media.settings.xml=/vendor/etc/media_profiles_vendor.xml diff --git a/sdm710.mk b/sdm710.mk index 7526a1a..1d6df36 100644 --- a/sdm710.mk +++ b/sdm710.mk @@ -460,3 +460,10 @@ VENDOR_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH) # Set boot SPL BOOT_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH) + +# App launch prefetching (IORapd) +PRODUCT_PROPERTY_OVERRIDES += \ + ro.iorapd.enable=false \ + iorapd.perfetto.enable=false \ + iorapd.readahead.enable=false \ + persist.device_config.runtime_native_boot.iorap_readahead_enable=false