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

Commit 7406fdd4 authored by Steve Kondik's avatar Steve Kondik
Browse files

native: Use project pathmap

Change-Id: I81752c2c433752c02ab2a922f974f363e10d8def
parent f50c4b5e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -142,12 +142,12 @@ ifeq ($(TARGET_USES_QCOM_BSP), 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_C_INCLUDES += $(call project-path-for,qcom-display)/libgralloc
    LOCAL_C_INCLUDES += $(call project-path-for,qcom-display)/libqdutils
    LOCAL_SHARED_LIBRARIES += libqdutils
    LOCAL_CFLAGS += -DQTI_BSP
  endif
endif

LOCAL_MODULE := libsurfaceflinger