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

Commit fe4b36a8 authored by Bikshapathi Kothapeta's avatar Bikshapathi Kothapeta Committed by Linux Build Service Account
Browse files

surfaceflinger: Point to new display HAL path

Change-Id: I28b16dc0deaef0574def585334530a1ccda049be
parent ae4ba606
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -137,8 +137,13 @@ LOCAL_SHARED_LIBRARIES := \
    libvulkan

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