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

Commit a9e78447 authored by Michael Bestas's avatar Michael Bestas Committed by Gerrit Code Review
Browse files

surfaceflinger: enable EGL_NEEDS_FNW for qcom legacy



Signed-off-by: default avatarMichael Bestas <mikeioannina@gmail.com>

Change-Id: Ia6df94e8380062d646e29f293e5dc768e8a138e7
parent 32360173
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -39,6 +39,9 @@ ifeq ($(BOARD_EGL_NEEDS_LEGACY_FB),true)
        ifeq ($(TARGET_BOARD_PLATFORM),exynos4)
	    LOCAL_CFLAGS += -DEGL_NEEDS_FNW
        endif
        ifeq ($(TARGET_QCOM_DISPLAY_VARIANT), legacy)
	    LOCAL_CFLAGS += -DEGL_NEEDS_FNW
        endif
endif

ifneq ($(NUM_FRAMEBUFFER_SURFACE_BUFFERS),)