android_device_samsung_a20/universal7885-common/configs/props/props.mk
Jun Wang e97b84e4f0
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>
2022-03-22 18:56:38 +09:00

6 lines
258 B
Makefile

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