blob: 67a49a1fc79a342582bacf1b31e982f304f25ff2 [file] [log] [blame]
Ethan Chenf8c581e2014-11-18 14:14:34 -08001ifeq ($(call my-dir),$(call project-path-for,qcom-display))
Ethan Chend2b684d2014-11-08 23:27:23 -08002
Steve Kondik8c8e8542014-11-10 13:02:22 -08003display-hals := libgralloc libgenlock libcopybit libvirtual
Tatenda Chipeperekwa12f41c92014-09-17 12:55:01 -07004display-hals += libhwcomposer liboverlay libqdutils libhdmi libqservice
Colin Cross6a530a32013-09-06 18:03:02 -07005display-hals += libmemtrack
Steve Kondik8c8e8542014-11-10 13:02:22 -08006ifneq ($(TARGET_PROVIDES_LIBLIGHT),true)
7display-hals += liblight
8endif
Naseer Ahmed74214722013-02-09 08:11:36 -05009ifeq ($(call is-vendor-board-platform,QCOM),true)
10 include $(call all-named-subdir-makefiles,$(display-hals))
11else
12ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),)
13 #This is for mako since it doesn't have the QCOM make functions
14 include $(call all-named-subdir-makefiles,$(display-hals))
15endif
Iliyan Malchevf5c98d12012-06-29 16:54:50 -070016endif
Ethan Chend2b684d2014-11-08 23:27:23 -080017
18endif