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:
Sundong Ahn 2018-12-17 16:40:39 +09:00 committed by roynatech2544
commit 421ec5a683
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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