sm7250-common: Optimize art props

Ref: https://source.android.com/devices/tech/dalvik/configure#dex2oat_options
Signed-off-by: aswin7469 <aswinas@pixysos.com>
Signed-off-by: Sandeep-FED <sandymankara11@gmail.com>
This commit is contained in:
Akash Srivastava
2021-01-23 13:33:55 +00:00
committed by Sandeep P S
parent 241e47a986
commit f2b38cbae5

View File

@@ -1,3 +1,15 @@
# ART
dalvik.vm.image-dex2oat-threads=8
dalvik.vm.image-dex2oat-cpu-set=0,1,2,3,4,5,6,7
dalvik.vm.dex2oat-filter=quicken
dalvik.vm.dex2oat-threads=8
dalvik.vm.dex2oat-cpu-set=0,1,2,3,4,5,6,7
dalvik.vm.boot-dex2oat-threads=8
dalvik.vm.boot-dex2oat-cpu-set=0,1,2,3,4,5,6,7
# Async MTE on system_server
arm64.memtag.process.system_server=off
# Audio
audio.offload.min.duration.secs=30
persist.vendor.audio.hac.enable=false