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
|
|
@ -70,7 +70,6 @@ BOARD_FLASH_BLOCK_SIZE := 131072
|
||||||
|
|
||||||
# Properties
|
# Properties
|
||||||
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
||||||
TARGET_PRODUCT_PROP += $(COMMON_PATH)/product.prop
|
|
||||||
TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop
|
TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop
|
||||||
TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop
|
TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
@ -1,10 +1,20 @@
|
||||||
# pre-render
|
|
||||||
ro.vendor.perf.scroll_opt=true
|
|
||||||
|
|
||||||
# ZRAM writeback
|
# ZRAM writeback
|
||||||
ro.zram.mark_idle_delay_mins=60
|
ro.zram.mark_idle_delay_mins=60
|
||||||
ro.zram.first_wb_delay_mins=360
|
ro.zram.first_wb_delay_mins=360
|
||||||
ro.zram.periodic_wb_delay_hours=24
|
ro.zram.periodic_wb_delay_hours=24
|
||||||
|
|
||||||
# Zygote preforking
|
# LMKD
|
||||||
persist.device_config.runtime_native.usap_pool_enabled=true
|
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