2012-07-10 07:59:05 +00:00
|
|
|
#Enables the listed display HAL modules
|
|
|
|
#libs to be built for QCOM targets only
|
2012-07-02 06:54:19 +00:00
|
|
|
|
2012-08-03 03:22:02 +00:00
|
|
|
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
|
2012-08-03 04:06:09 +00:00
|
|
|
display-hals := libgralloc libgenlock libcopybit liblight
|
2012-07-10 08:42:20 +00:00
|
|
|
display-hals += libhwcomposer liboverlay libqdutils
|
2012-07-02 06:54:19 +00:00
|
|
|
endif
|
2012-07-10 07:59:05 +00:00
|
|
|
|
2012-07-12 23:37:49 +00:00
|
|
|
display-hals += libtilerenderer
|
|
|
|
|
2012-07-10 07:59:05 +00:00
|
|
|
include $(call all-named-subdir-makefiles,$(display-hals))
|