mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 13:46:26 -08:00
LG8n: props: Import recommended dexopt props
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
f8a1575675
commit
87b5d4ef6f
|
@ -64,6 +64,20 @@ ro.vendor.connsys.dedicated.log.port=bt,wifi,gps,mcu
|
|||
ro.vendor.connsys.dedicated.log=1
|
||||
vendor.connsys.driver.ready=no
|
||||
|
||||
# Dexopt
|
||||
dalvik.vm.dex2oat64.enabled=true
|
||||
pm.dexopt.install=speed-profile
|
||||
pm.dexopt.bg-dexopt=speed-profile
|
||||
pm.dexopt.boot=verify
|
||||
pm.dexopt.first-boot=verify
|
||||
pm.dexopt.ab-ota=speed-profile
|
||||
dalvik.vm.dex2oat-cpu-set=0,1,2,3,4,5
|
||||
dalvik.vm.dex2oat-threads=6
|
||||
dalvik.vm.boot-dex2oat-cpu-set=0,1,2,3,4,5
|
||||
dalvik.vm.boot-dex2oat-threads=6
|
||||
dalvik.vm.image-dex2oat-cpu-set=0,1,2,3,4,5
|
||||
dalvik.vm.image-dex2oat-threads=6
|
||||
|
||||
# Display
|
||||
debug.sf.use_phase_offsets_as_durations=1
|
||||
debug.sf.late.sf.duration=27600000
|
||||
|
|
Loading…
Reference in a new issue