android_device_samsung_a20/product_prop.mk
Sundong Ahn 421ec5a683 universal7885: Add system properties for surfaceflinger
The configstore will be not used in surfaceflinger. So surfaceflinger
will use the system properties instead of configstore.
For this, the system properties are added.

Bug: 112386364
Test: m -j && boot test
Change-Id: Ie3d2adccca06702217984cf2c9db986d852b7014
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2021-10-21 22:12:07 +09:00

13 lines
311 B
Makefile

# Configstore
PRODUCT_PRODUCT_PROPERTIES += \
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
# Graphics
PRODUCT_PRODUCT_PROPERTIES += \
debug.sf.latch_unsignaled=1
# LMKD
PRODUCT_PRODUCT_PROPERTIES += \
ro.lmk.log_stats=true \
ro.lmk.use_minfree_levels=true \
ro.lmk.use_psi=false