sm8150-common: Optimise dex flags for a faster boot

* Used multiple threads and speed profile to hasten the first boot

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
Change-Id: I2cce5ddf7d50308511e81436fcac613b2c6537bf
This commit is contained in:
baalajimaestro 2021-01-28 13:03:29 +05:30 committed by Omkar Chandorkar
parent 4c2634586f
commit 2a11b637a0
No known key found for this signature in database
GPG Key ID: 95A33FD984777F70
1 changed files with 11 additions and 0 deletions

View File

@ -62,6 +62,17 @@ ro.bluetooth.a2dp_offload.supported=true
ro.crypto.allow_encrypt_override=true
ro.crypto.volume.filenames_mode=aes-256-cts
# Dalvik
pm.dexopt.ab-ota=speed-profile
dalvik.vm.dex2oat-filter=speed
dalvik.vm.image-dex2oat-filter=speed
ro.vendor.qti.am.reschedule_service=true
ro.sys.fw.dex2oat_thread_count=8
dalvik.vm.boot-dex2oat-threads=8
dalvik.vm.dex2oat-threads=4
dalvik.vm.dex2oat64.enabled=true
dalvik.vm.image-dex2oat-threads=4
# Display
ro.vendor.display.ad.hdr_calib_data=/vendor/etc/hdr_config.cfg
ro.vendor.display.ad.sdr_calib_data=/vendor/etc/sdr_config.cfg