From c12771c8f9cf6d9bd0b81501417cce57117ddd30 Mon Sep 17 00:00:00 2001 From: Andrew Sutherland Date: Fri, 13 Jul 2012 00:35:43 -0500 Subject: [PATCH] qcom/display: edit makefile for our tree liblight conflicts with msm7k, dont think any devices will use it. Removed Change-Id: I4f940f1a843acc46813c9233e3a5a8cd6d2133e7 --- Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index b81b0fb..0373860 100644 --- a/Android.mk +++ b/Android.mk @@ -1,8 +1,8 @@ #Enables the listed display HAL modules #libs to be built for QCOM targets only -ifeq ($(call is-vendor-board-platform,QCOM),true) -display-hals := libgralloc libgenlock libcopybit liblight +ifeq ($(BOARD_USES_QCOM_HARDWARE),true) +display-hals := libgralloc libgenlock libcopybit display-hals += libhwcomposer liboverlay libqdutils endif