Iliyan Malchev | 202a77d | 2012-06-11 14:41:12 -0700 | [diff] [blame^] | 1 | #Enables the listed display HAL modules |
2 | |||||
3 | #Libs to be built for all targets (including SDK) | ||||
4 | display-hals := libqcomui | ||||
5 | |||||
6 | #libs to be built for QCOM targets only | ||||
7 | #ifeq ($(call is-vendor-board-platform,QCOM),true) | ||||
8 | display-hals += libgralloc libgenlock libcopybit | ||||
9 | #endif | ||||
10 | |||||
11 | include $(call all-named-subdir-makefiles,$(display-hals)) |