From 56f610dd235b577725198e9341caae92379fdf23 Mon Sep 17 00:00:00 2001 From: Saurabh Shah Date: Tue, 7 Aug 2012 15:27:06 -0700 Subject: 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 --- common.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'common.mk') 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 - - -- cgit v1.2.3