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

Commit 704f342e authored by Ethan Chen's avatar Ethan Chen Committed by Steve Kondik
Browse files

frameworks/native: Use direct project pathmap

Change-Id: I0abbab64ca034944eec6878c5d0ad655e1aee38e
parent ea938cfb
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 += $(call project-path-for,qcom-display)/$(TARGET_BOARD_PLATFORM)/libgralloc
    LOCAL_C_INCLUDES += $(call project-path-for,qcom-display)/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 += $(call project-path-for,qcom-display)/$(TARGET_BOARD_PLATFORM)/libgralloc
    LOCAL_C_INCLUDES += $(call project-path-for,qcom-display)/$(TARGET_BOARD_PLATFORM)/libqdutils
    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 += -DQCOM_BSP
endif