summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-10-12 13:00:01 -1000
committerSteve Kondik <steve@cyngn.com>2016-08-31 23:33:36 -0700
commit7406fdd4da231a4f2fcea6f0f6adc59a8b63b2f5 (patch)
tree8e729052cf62fd6ecff712683a63277a73a0f6ef
parentf50c4b5eb7198633cc02a33c7961fd386be252c7 (diff)
downloadandroid_frameworks_native-staging/cm-14.0-caf.tar.gz
android_frameworks_native-staging/cm-14.0-caf.tar.bz2
android_frameworks_native-staging/cm-14.0-caf.zip
native: Use project pathmapstaging/cm-14.0-caf
Change-Id: I81752c2c433752c02ab2a922f974f363e10d8def
-rw-r--r--services/surfaceflinger/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk
index 7d4d3a670..a3bd66194 100644
--- a/services/surfaceflinger/Android.mk
+++ b/services/surfaceflinger/Android.mk
@@ -142,11 +142,11 @@ 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