mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
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>
This commit is contained in:
parent
5c3e933e0a
commit
421ec5a683
2 changed files with 4 additions and 3 deletions
|
|
@ -28,9 +28,6 @@ TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a53
|
|||
TARGET_EXCLUDES_AUDIOFX := true
|
||||
USE_XML_AUDIO_POLICY_CONF := 1
|
||||
|
||||
# Display
|
||||
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
|
||||
|
||||
# Enable 64-bits binder
|
||||
TARGET_USES_64_BIT_BINDER := true
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# Configstore
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
||||
|
||||
# Graphics
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
debug.sf.latch_unsignaled=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue