Dhaval Patel | 7246235 | 2015-01-30 15:01:33 -0800 | [diff] [blame] | 1 | display-hals := libgralloc libcopybit liblight libmemtrack libqservice libqdutils |
Naseer Ahmed | 7a7b66d | 2014-07-23 17:56:26 -0400 | [diff] [blame] | 2 | display-hals += hdmi_cec |
Dileep Marchya | 96db258 | 2014-10-27 20:58:37 -0700 | [diff] [blame] | 3 | |
Ramkumar Radhakrishnan | 29a36a5 | 2015-06-16 20:22:42 -0700 | [diff] [blame] | 4 | sdm-libs := sdm/libs |
| 5 | display-hals += $(sdm-libs)/utils $(sdm-libs)/core $(sdm-libs)/hwc |
Dileep Marchya | 96db258 | 2014-10-27 20:58:37 -0700 | [diff] [blame] | 6 | |
Naseer Ahmed | 7421472 | 2013-02-09 08:11:36 -0500 | [diff] [blame] | 7 | ifeq ($(call is-vendor-board-platform,QCOM),true) |
| 8 | include $(call all-named-subdir-makefiles,$(display-hals)) |
| 9 | else |
Naseer Ahmed | 07bded6 | 2014-04-11 19:46:04 -0400 | [diff] [blame] | 10 | ifneq ($(filter msm% apq%,$(TARGET_BOARD_PLATFORM)),) |
Naseer Ahmed | 7421472 | 2013-02-09 08:11:36 -0500 | [diff] [blame] | 11 | include $(call all-named-subdir-makefiles,$(display-hals)) |
| 12 | endif |
Iliyan Malchev | f5c98d1 | 2012-06-29 16:54:50 -0700 | [diff] [blame] | 13 | endif |