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

Commit 0de03e4b authored by Giulio Cervera's avatar Giulio Cervera
Browse files

QCOM: fix build without opengl renderer

parent 72b65f48
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -223,8 +223,10 @@ ifeq ($(USE_OPENGL_RENDERER),true)
endif

ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
LOCAL_C_INCLUDES += hardware/qcom/display/libtilerenderer
ifeq ($(USE_OPENGL_RENDERER),true)
LOCAL_SHARED_LIBRARIES += libtilerenderer
endif
LOCAL_C_INCLUDES += hardware/qcom/display/libtilerenderer
LOCAL_CFLAGS += -DQCOM_HARDWARE
endif