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

Commit 19d87022 authored by Raj Kamal's avatar Raj Kamal Committed by Linux Build Service Account
Browse files

sf: Enable QCOM_BSP if TARGET_USES_QCOM_BSP is set.

Enable QCOM_BSP if TARGET_USES_QCOM_BSP is set in target
BoardConfig

Change-Id: I0288976c2d2000eff62430ad3d726725bda3e135
parent c0d9f837
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -96,6 +96,13 @@ LOCAL_SHARED_LIBRARIES := \
	libgui \
	libpowermanager

ifeq ($(TARGET_USES_QCOM_BSP), true)
    LOCAL_C_INCLUDES += hardware/qcom/display/libgralloc
    LOCAL_C_INCLUDES += hardware/qcom/display/libqdutils
    LOCAL_SHARED_LIBRARIES += libqdutils
    LOCAL_CFLAGS += -DQCOM_BSP
endif

LOCAL_MODULE:= libsurfaceflinger

include $(BUILD_SHARED_LIBRARY)