blob: 1c16b90884aee07788155b38714d1019c4695dd5 [file] [log] [blame]
Dhaval Patel72462352015-01-30 15:01:33 -08001display-hals := libgralloc libcopybit liblight libmemtrack libqservice libqdutils
Naseer Ahmed7a7b66d2014-07-23 17:56:26 -04002display-hals += hdmi_cec
Dileep Marchya96db2582014-10-27 20:58:37 -07003
Ramkumar Radhakrishnan29a36a52015-06-16 20:22:42 -07004sdm-libs := sdm/libs
Naseer Ahmedb92e73f2016-03-12 02:03:48 -05005display-hals += $(sdm-libs)/utils $(sdm-libs)/core $(sdm-libs)/hwc $(sdm-libs)/hwc2
Dileep Marchya96db2582014-10-27 20:58:37 -07006
Naseer Ahmed74214722013-02-09 08:11:36 -05007ifeq ($(call is-vendor-board-platform,QCOM),true)
8 include $(call all-named-subdir-makefiles,$(display-hals))
9else
Naseer Ahmed07bded62014-04-11 19:46:04 -040010ifneq ($(filter msm% apq%,$(TARGET_BOARD_PLATFORM)),)
Naseer Ahmed74214722013-02-09 08:11:36 -050011 include $(call all-named-subdir-makefiles,$(display-hals))
12endif
Iliyan Malchevf5c98d12012-06-29 16:54:50 -070013endif