blob: b62e45bd4283e571cdde9f2c60d952f0a6ade13d [file] [log] [blame]
Naseer Ahmeda87da602012-07-01 23:54:19 -07001display-hals := libgralloc libgenlock libcopybit liblight
Saurabh Shah56f610d2012-08-07 15:27:06 -07002display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
Naseer Ahmed74214722013-02-09 08:11:36 -05003ifeq ($(call is-vendor-board-platform,QCOM),true)
4 include $(call all-named-subdir-makefiles,$(display-hals))
5else
6ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),)
7 #This is for mako since it doesn't have the QCOM make functions
8 include $(call all-named-subdir-makefiles,$(display-hals))
9endif
Iliyan Malchevf5c98d12012-06-29 16:54:50 -070010endif