native: Use project pathmap

Change-Id: I81752c2c433752c02ab2a922f974f363e10d8def
This commit is contained in:
Steve Kondik 2015-10-12 13:00:01 -10:00 committed by Ethan Chen
parent 373899a2a6
commit 0bef28f4e6
1 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@ LOCAL_WHOLE_STATIC_LIBRARIES += libexsurfaceflinger
LOCAL_C_INCLUDES += $(ANDROID_BUILD_TOP)/vendor/qcom/opensource/display-frameworks/native/services/surfaceflinger/
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)/libgralloc
LOCAL_C_INCLUDES += $(call project-path-for,qcom-display)/libqdutils
LOCAL_SHARED_LIBRARIES += libqdutils
LOCAL_CFLAGS += -DQTI_BSP
endif