Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8b128fc authored by Sundong Ahn's avatar Sundong Ahn Committed by Francescodario Cuzzocrea
Browse files

universal8890: 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
parent de5a8570
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -80,9 +80,6 @@ TARGET_USES_MKE2FS := true
TARGET_NO_BOOTLOADER := true
TARGET_NO_RADIOIMAGE := true

# Graphics
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3

# HIDL Manifest
DEVICE_MANIFEST_FILE := $(COMMON_PATH)/manifest.xml

+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
    debug.hwc.winupdate=1 \
    debug.sf.disable_backpressure=1 \
    debug.sf.latch_unsignaled=1 \
    ro.opengles.version=196610
    ro.opengles.version=196610 \
    ro.surface_flinger.max_frame_buffer_acquired_buffers=3

# Keystore
PRODUCT_PROPERTY_OVERRIDES += \