mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 16:47:35 +00:00
sm6375-common: props: Optimize package manager dexopt properties
* first-boot is set to quicken to reduce first boot times * we are installing with speed-profile to have balance between time taken to optimise and runtime performance * once device is in idle+charging, bg dexopt will compile for maximum runtime performance [ghostrider-reborn]
This commit is contained in:
committed by
boedhack99
parent
b733ab1915
commit
88cbb7dbff
@@ -181,8 +181,9 @@ ro.crypto.dm_default_key.options_format.version=2
|
||||
ro.crypto.volume.metadata.method=dm-default-key
|
||||
|
||||
# Dex2oat
|
||||
pm.dexopt.first-boot=quicken
|
||||
pm.dexopt.bg-dexopt=everything
|
||||
pm.dexopt.boot=verify
|
||||
pm.dexopt.first-boot=verify
|
||||
pm.dexopt.install=speed-profile
|
||||
dalvik.vm.image-dex2oat-filter=speed
|
||||
dalvik.vm.image-dex2oat-threads=8
|
||||
|
||||
Reference in New Issue
Block a user