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:
johnmart19 2021-12-03 10:02:09 +02:00 committed by roynaetch2544
commit 88c6ca9570
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
3 changed files with 15 additions and 25 deletions

View file

@ -70,7 +70,6 @@ BOARD_FLASH_BLOCK_SIZE := 131072
# Properties
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
TARGET_PRODUCT_PROP += $(COMMON_PATH)/product.prop
TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop
TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop

View file

@ -1,19 +0,0 @@
# 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
# IORap
persist.device_config.runtime_native_boot.iorap_readahead_enable=true
# Graphics
debug.cpurend.vsync=false
# RCS
persist.rcs.supported=1

View file

@ -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