Jeykumar Sankaran | 27dee26 | 2013-08-01 17:09:54 -0700 | [diff] [blame] | 1 | display-hals := libgralloc libgenlock libcopybit liblight libvirtual |
Saurabh Shah | 56f610d | 2012-08-07 15:27:06 -0700 | [diff] [blame] | 2 | display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice |
Jeykumar Sankaran | 27dee26 | 2013-08-01 17:09:54 -0700 | [diff] [blame] | 3 | |
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 |
| 7 | ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),) |
| 8 | #This is for mako since it doesn't have the QCOM make functions |
| 9 | include $(call all-named-subdir-makefiles,$(display-hals)) |
| 10 | endif |
Iliyan Malchev | f5c98d1 | 2012-06-29 16:54:50 -0700 | [diff] [blame] | 11 | endif |