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
# Renderscript
OVERRIDE_RS_DRIVER := libRSDriverArm.so
-# Graphics
-NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
-
# Samsung HALs
TARGET_POWERHAL_VARIANT := samsung
# Wifi
PRODUCT_PROPERTY_OVERRIDES += \
wifi.direct.interface=p2p-dev-wlan0 \
- persist.debug.wfd.enable=1
\ No newline at end of file
+ persist.debug.wfd.enable=1
+
+# Configstore
+PRODUCT_PROPERTY_OVERRIDES += \
+ ro.surface_flinger.max_frame_buffer_acquired_buffers=3
\ No newline at end of file