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