liblight conflicts with msm7k, dont think any devices will use it. Removed Change-Id: I4f940f1a843acc46813c9233e3a5a8cd6d2133e7
10 lines
288 B
Makefile
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))
|