blob: 772b66ee5f6387c275745a96c143178000b63071 [file] [log] [blame]
Manoj Kumar AVM9591a5e2014-08-21 22:50:21 -07001display-hals := libgralloc libgenlock libcopybit liblight
Saurabh Shah56f610d2012-08-07 15:27:06 -07002display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
Colin Cross6a530a32013-09-06 18:03:02 -07003display-hals += libmemtrack
Naseer Ahmed74214722013-02-09 08:11:36 -05004ifeq ($(call is-vendor-board-platform,QCOM),true)
5 include $(call all-named-subdir-makefiles,$(display-hals))
6else
Naseer Ahmed07bded62014-04-11 19:46:04 -04007ifneq ($(filter msm% apq%,$(TARGET_BOARD_PLATFORM)),)
Naseer Ahmed74214722013-02-09 08:11:36 -05008 include $(call all-named-subdir-makefiles,$(display-hals))
9endif
Iliyan Malchevf5c98d12012-06-29 16:54:50 -070010endif