mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: Use skiaglthreaded for Renderengine backend
[ roynatech2544: While we are at it, remove not found props on system, product property file. Also, move product props to system prop ]
This commit is contained in:
parent
b75cc0ced3
commit
88c6ca9570
3 changed files with 15 additions and 25 deletions
|
|
@ -1,10 +1,20 @@
|
|||
# pre-render
|
||||
ro.vendor.perf.scroll_opt=true
|
||||
|
||||
# ZRAM writeback
|
||||
ro.zram.mark_idle_delay_mins=60
|
||||
ro.zram.first_wb_delay_mins=360
|
||||
ro.zram.periodic_wb_delay_hours=24
|
||||
|
||||
# Zygote preforking
|
||||
persist.device_config.runtime_native.usap_pool_enabled=true
|
||||
# LMKD
|
||||
ro.lmk.use_psi=false
|
||||
ro.lmk.use_minfree_levels=true
|
||||
|
||||
# Binary XML
|
||||
persist.sys.binary_xml=false
|
||||
|
||||
# DSDS Settings
|
||||
persist.sys.fflag.override.settings_provider_model=false
|
||||
|
||||
# RCS
|
||||
persist.rcs.supported=1
|
||||
|
||||
# Rendering
|
||||
debug.renderengine.backend=skiaglthreaded
|
||||
Loading…
Reference in a new issue