blob: d3e494c5686d2f15358333cb3879f45aa4f06254 [file] [log] [blame]
Ethan Chend2b684d2014-11-08 23:27:23 -08001ifeq ($(call my-dir),$(call project-path-for,qcom-display)/$(TARGET_BOARD_PLATFORM))
2
Jeykumar Sankaran27dee262013-08-01 17:09:54 -07003display-hals := libgralloc libgenlock libcopybit liblight 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
Naseer Ahmed74214722013-02-09 08:11:36 -05006ifeq ($(call is-vendor-board-platform,QCOM),true)
7 include $(call all-named-subdir-makefiles,$(display-hals))
8else
9ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),)
10 #This is for mako since it doesn't have the QCOM make functions
11 include $(call all-named-subdir-makefiles,$(display-hals))
12endif
Iliyan Malchevf5c98d12012-06-29 16:54:50 -070013endif
Ethan Chend2b684d2014-11-08 23:27:23 -080014
15endif