summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorSaurabh Shah <saurshah@codeaurora.org>2012-08-07 15:27:06 -0700
committerIliyan Malchev <malchev@google.com>2012-09-18 10:21:14 -0700
commit56f610dd235b577725198e9341caae92379fdf23 (patch)
tree98ce85aa7ca0ef0ab35f1ce3af90044da47927f6 /common.mk
parent80692ef5648ecd21ad24c505a8ee6a364e4084fd (diff)
downloaddisplay-56f610dd235b577725198e9341caae92379fdf23.tar.gz
display: Create QService binder interface.
Add QService binder interface to enable communication to display by the mediaserver for Securing/Unsecuring start and end notifications. Create separate lib for external. Clear reserved field before applying format. Change-Id: I463c9c6deac7587bd0c4e0b84513b5d0b5dd7e98
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index ecf5d668..30896a88 100644
--- a/common.mk
+++ b/common.mk
@@ -4,6 +4,9 @@ common_includes += hardware/qcom/display/libgenlock
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
ifeq ($(TARGET_USES_POST_PROCESSING),true)
common_flags += -DUSES_POST_PROCESSING
@@ -24,10 +27,9 @@ endif
common_deps :=
kernel_includes :=
-#Kernel includes
+
+#Kernel includes. Not being executed on JB+
ifeq ($(call is-vendor-board-platform,QCOM),true)
common_deps += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
kernel_includes += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
endif
-
-