blob: b62e45bd4283e571cdde9f2c60d952f0a6ade13d [file] [log] [blame]
display-hals := libgralloc libgenlock libcopybit liblight
display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
ifeq ($(call is-vendor-board-platform,QCOM),true)
include $(call all-named-subdir-makefiles,$(display-hals))
else
ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),)
#This is for mako since it doesn't have the QCOM make functions
include $(call all-named-subdir-makefiles,$(display-hals))
endif
endif