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:
Jun Wang 2020-04-29 00:44:19 +08:00 committed by roynatech2544
commit e97b84e4f0
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
2 changed files with 3 additions and 0 deletions

View file

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

View file

@ -0,0 +1,2 @@
# pre-render
ro.vendor.perf.scroll_opt=true