Manoj Kumar AVM | 9591a5e | 2014-08-21 22:50:21 -0700 | [diff] [blame] | 1 | display-hals := libgralloc libgenlock libcopybit liblight |
Tatenda Chipeperekwa | af2c004 | 2014-09-17 12:55:01 -0700 | [diff] [blame] | 2 | display-hals += libhwcomposer liboverlay libqdutils libhdmi libqservice |
Colin Cross | 6a530a3 | 2013-09-06 18:03:02 -0700 | [diff] [blame] | 3 | display-hals += libmemtrack |
Naseer Ahmed | 7421472 | 2013-02-09 08:11:36 -0500 | [diff] [blame] | 4 | ifeq ($(call is-vendor-board-platform,QCOM),true) |
| 5 | include $(call all-named-subdir-makefiles,$(display-hals)) |
| 6 | else |
Naseer Ahmed | 07bded6 | 2014-04-11 19:46:04 -0400 | [diff] [blame] | 7 | ifneq ($(filter msm% apq%,$(TARGET_BOARD_PLATFORM)),) |
Naseer Ahmed | 7421472 | 2013-02-09 08:11:36 -0500 | [diff] [blame] | 8 | include $(call all-named-subdir-makefiles,$(display-hals)) |
| 9 | endif |
Iliyan Malchev | f5c98d1 | 2012-06-29 16:54:50 -0700 | [diff] [blame] | 10 | endif |