blob: b5961ad0ca857a61f89c785f4eee0bddab89f314 [file] [log] [blame]
Prabhanjan Kandula96e92342016-03-24 21:03:35 +05301display-hals := libcopybit liblight libmemtrack libqservice libqdutils
2ifneq ($(TARGET_USES_GRALLOC1), true)
3 display-hals += libgralloc
4else
5 display-hals += libgralloc1
6endif
Dileep Marchya96db2582014-10-27 20:58:37 -07007
Prabhanjan Kandula96e92342016-03-24 21:03:35 +05308display-hals += hdmi_cec
Ramkumar Radhakrishnan29a36a52015-06-16 20:22:42 -07009sdm-libs := sdm/libs
Naseer Ahmedb92e73f2016-03-12 02:03:48 -050010display-hals += $(sdm-libs)/utils $(sdm-libs)/core $(sdm-libs)/hwc $(sdm-libs)/hwc2
Dileep Marchya96db2582014-10-27 20:58:37 -070011
Naseer Ahmed74214722013-02-09 08:11:36 -050012ifeq ($(call is-vendor-board-platform,QCOM),true)
13 include $(call all-named-subdir-makefiles,$(display-hals))
14else
Naseer Ahmed07bded62014-04-11 19:46:04 -040015ifneq ($(filter msm% apq%,$(TARGET_BOARD_PLATFORM)),)
Naseer Ahmed74214722013-02-09 08:11:36 -050016 include $(call all-named-subdir-makefiles,$(display-hals))
17endif
Iliyan Malchevf5c98d12012-06-29 16:54:50 -070018endif