blob: 3fd19c18ad1f201f02527467f4bf8a01e1ee8ef7 [file] [log] [blame]
Jeykumar Sankaran27dee262013-08-01 17:09:54 -07001display-hals := libgralloc libgenlock libcopybit liblight libvirtual
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