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

Commit 3dd6efcb authored by Ethan Chen's avatar Ethan Chen Committed by Steve Kondik
Browse files

frameworks/native: Use project pathmap

Change-Id: I29498dbc72094e48c871768675708e96b2f10556
parent 342aaed2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ LOCAL_SHARED_LIBRARIES := \

# Executed only on QCOM BSPs
ifeq ($(TARGET_USES_QCOM_BSP),true)
    LOCAL_C_INCLUDES += hardware/qcom/display/libgralloc
    LOCAL_C_INCLUDES += $(call project-path-for,qcom-display)/$(TARGET_BOARD_PLATFORM)/libgralloc
    LOCAL_CFLAGS += -DQCOM_BSP
endif

+2 −2
Original line number Diff line number Diff line
@@ -103,8 +103,8 @@ LOCAL_SHARED_LIBRARIES := \
	libpowermanager

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