mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
* Pre-rendering feature can improve FPS and reduce the janks in scrolling cases. Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
6 lines
258 B
Makefile
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
|