mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: perf: Enable the pre-rendering feature
* Pre-rendering feature can improve FPS and reduce the janks in scrolling cases. Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
55cf426841
commit
e97b84e4f0
2 changed files with 3 additions and 0 deletions
|
|
@ -3,3 +3,4 @@ PROPS_PATH := device/samsung/universal7885-common/configs/props
|
|||
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
||||
TARGET_PRODUCT_PROP += $(PROPS_PATH)/product.prop
|
||||
TARGET_VENDOR_PROP += $(PROPS_PATH)/vendor.prop
|
||||
TARGET_SYSTEM_PROP += $(PROPS_PATH)/system.prop
|
||||
|
|
|
|||
2
universal7885-common/configs/props/system.prop
Normal file
2
universal7885-common/configs/props/system.prop
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# pre-render
|
||||
ro.vendor.perf.scroll_opt=true
|
||||
Loading…
Reference in a new issue