mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
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>
13 lines
311 B
Makefile
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
|