blob: afc4e4f89d3ef6d165424988d94868a9de1743fb [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
Jeykumar Sankaran27dee262013-08-01 17:09:54 -07003
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