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