2011-11-16 19:32:18 -08:00
|
|
|
#Enables the listed display HAL modules
|
2011-11-16 13:41:37 -08:00
|
|
|
|
2011-12-06 07:03:22 +02:00
|
|
|
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
|
2011-12-22 21:51:22 -05:00
|
|
|
display-hals := libhwcomposer liboverlay libgralloc libcopybit libgenlock libtilerenderer
|
2011-12-18 19:45:23 -05:00
|
|
|
display-hals += libqcomui
|
2011-11-29 11:44:41 +00:00
|
|
|
include $(call all-named-subdir-makefiles,$(display-hals))
|
|
|
|
endif
|