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