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

Commit 6d785e65 authored by Arne Coucheron's avatar Arne Coucheron
Browse files

Fix compile error on QCOM targets

Change-Id: Iba8e51ad935c2562250c08786930b34413a2b877
parent 449a283d
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -164,8 +164,6 @@ ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
	    com_android_internal_app_ActivityTrigger.cpp
    LOCAL_C_INCLUDES += \
	    hardware/qcom/display/libtilerenderer
    LOCAL_SHARED_LIBRARIES += \
	    libtilerenderer
endif

LOCAL_C_INCLUDES += \
@@ -229,6 +227,10 @@ LOCAL_SHARED_LIBRARIES := \
	libharfbuzz \
	libz

ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
	LOCAL_SHARED_LIBRARIES += libtilerenderer
endif

ifeq ($(USE_OPENGL_RENDERER),true)
	LOCAL_SHARED_LIBRARIES += libhwui
endif