Andrew Sutherland c12771c8f9 qcom/display: edit makefile for our tree
liblight conflicts with msm7k, dont think any devices will use it. Removed

Change-Id: I4f940f1a843acc46813c9233e3a5a8cd6d2133e7
2012-07-13 03:09:18 -05:00

10 lines
288 B
Makefile

#Enables the listed display HAL modules
#libs to be built for QCOM targets only
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
display-hals := libgralloc libgenlock libcopybit
display-hals += libhwcomposer liboverlay libqdutils
endif
include $(call all-named-subdir-makefiles,$(display-hals))