summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNaseer Ahmed <naseer@codeaurora.org>2014-04-11 19:46:04 -0400
committerNaseer Ahmed <naseer@codeaurora.org>2014-04-14 10:51:47 -0400
commit07bded6ac921e7049cc4b5075c0f9cd5a402ea4b (patch)
treeb8ed7310f1424ff54a168627b2aec601568815a6 /common.mk
parent69669978f77eb71edc6282244920cb78e45a2024 (diff)
downloaddisplay-07bded6ac921e7049cc4b5075c0f9cd5a402ea4b.tar.gz
display: Makefile changes for AOSP builds
- On some builds, the display HAL can be located in a subdirectory. Use LOCAL_PATH to include local headers. - Use msm and apq filters to pick up the qcom display HAL. Change-Id: Ib9b47ececb37fda1ecde5ce1cbe1fce9b041f84a
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/common.mk b/common.mk
index 64f60e48..01cdd3f9 100644
--- a/common.mk
+++ b/common.mk
@@ -1,12 +1,12 @@
#Common headers
-common_includes := hardware/qcom/display/libgralloc
-common_includes += hardware/qcom/display/liboverlay
-common_includes += hardware/qcom/display/libcopybit
-common_includes += hardware/qcom/display/libqdutils
-common_includes += hardware/qcom/display/libhwcomposer
-common_includes += hardware/qcom/display/libexternal
-common_includes += hardware/qcom/display/libqservice
-common_includes += hardware/qcom/display/libvirtual
+common_includes := $(LOCAL_PATH)/../libgralloc
+common_includes += $(LOCAL_PATH)/../liboverlay
+common_includes += $(LOCAL_PATH)/../libcopybit
+common_includes += $(LOCAL_PATH)/../libqdutils
+common_includes += $(LOCAL_PATH)/../libhwcomposer
+common_includes += $(LOCAL_PATH)/../libexternal
+common_includes += $(LOCAL_PATH)/../libqservice
+common_includes += $(LOCAL_PATH)/../libvirtual
ifeq ($(TARGET_USES_POST_PROCESSING),true)
common_flags += -DUSES_POST_PROCESSING