blob: 609d1e1dd216a5f467e6b5f24e0743fd30c5f82c [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
7ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),)
8 #This is for mako since it doesn't have the QCOM make functions
9 include $(call all-named-subdir-makefiles,$(display-hals))
10endif
Iliyan Malchevf5c98d12012-06-29 16:54:50 -070011endif