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

Commit d43b9139 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

surfaceflinger: Fix building with display-caf + QCOM_BSP

We need the right gralloc header in here

Change-Id: Iaef1a1b9e4b5c9a93ace0dfa2a427ee8ae026e7b
parent 1c01d2b2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -51,7 +51,11 @@ LOCAL_SHARED_LIBRARIES := \
	libgui

ifeq ($(TARGET_USES_QCOM_BSP), true)
ifeq ($(TARGET_QCOM_DISPLAY_VARIANT),caf)
    LOCAL_C_INCLUDES += hardware/qcom/display-caf/libgralloc
else
    LOCAL_C_INCLUDES += hardware/qcom/display/libgralloc
endif
    LOCAL_CFLAGS += -DQCOM_BSP
endif