blob: 73024a0dd133d86a59e3a7c6db87293bbf86f296 [file] [log] [blame]
Iliyan Malchev202a77d2012-06-11 14:41:12 -07001#Enables the listed display HAL modules
2
Iliyan Malchev202a77d2012-06-11 14:41:12 -07003display-hals := libqcomui
Iliyan Malchev202a77d2012-06-11 14:41:12 -07004#libs to be built for QCOM targets only
5#ifeq ($(call is-vendor-board-platform,QCOM),true)
Naseer Ahmed29a26812012-06-14 00:56:20 -07006display-hals += libgralloc libgenlock libcopybit libhwcomposer liboverlay
Iliyan Malchev202a77d2012-06-11 14:41:12 -07007#endif
8
9include $(call all-named-subdir-makefiles,$(display-hals))