blob: 127a6de44b93558b85dc941ea0f9f59e57528200 [file] [log] [blame]
Iliyan Malchev202a77d2012-06-11 14:41:12 -07001#Enables the listed display HAL modules
2
3#Libs to be built for all targets (including SDK)
4display-hals := libqcomui
5
6#libs to be built for QCOM targets only
7#ifeq ($(call is-vendor-board-platform,QCOM),true)
8display-hals += libgralloc libgenlock libcopybit
9#endif
10
11include $(call all-named-subdir-makefiles,$(display-hals))